Skip to content

Commit

Permalink
chore: Update RN example to expo 52. (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Dec 5, 2024
1 parent 4df902d commit 885127a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sdk/react-native/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"dependencies": {
"@launchdarkly/react-native-client-sdk": "workspace:^",
"@react-native-async-storage/async-storage": "^1.21.0",
"expo": "51.0.31",
"expo": "52.0.14",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.74.3",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-dotenv": "^3.4.9"
},
"devDependencies": {
Expand Down

0 comments on commit 885127a

Please sign in to comment.