Skip to content

Commit

Permalink
upgrade expo example app to 50.0.20 (RN 0.73.6) from 49.0.10 (RN 0.72…
Browse files Browse the repository at this point in the history
….4) (#247)

* Upgraded to expo 50 from 49

* Upgraded to expo dependent packages

* Upgraded to expo to 50.0.20
  • Loading branch information
JDMathew authored Aug 29, 2024
1 parent 506c206 commit 7da5e7c
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 1,106 deletions.
18 changes: 9 additions & 9 deletions examples/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"dependencies": {
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.14",
"expo": "~49.0.10",
"expo-status-bar": "~1.6.0",
"expo": "~50.0.20",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0"
"react-native": "0.73.6",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"typescript": "^5.1.3"
"@types/react": "~18.2.45",
"typescript": "^5.3.0"
}
}
Loading

0 comments on commit 7da5e7c

Please sign in to comment.