Skip to content

Commit 885127a

Browse files
authored
chore: Update RN example to expo 52. (#704)
1 parent 4df902d commit 885127a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/sdk/react-native/example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"dependencies": {
2424
"@launchdarkly/react-native-client-sdk": "workspace:^",
2525
"@react-native-async-storage/async-storage": "^1.21.0",
26-
"expo": "51.0.31",
26+
"expo": "52.0.14",
2727
"expo-status-bar": "~1.11.1",
28-
"react": "18.2.0",
29-
"react-native": "0.74.3",
28+
"react": "18.3.1",
29+
"react-native": "0.76.3",
3030
"react-native-dotenv": "^3.4.9"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)