Skip to content

Commit

Permalink
feat: upgrade expo example to expo 50
Browse files Browse the repository at this point in the history
  • Loading branch information
sAleksovski committed Mar 6, 2024
1 parent d04ca20 commit c55ef8f
Show file tree
Hide file tree
Showing 2 changed files with 1,189 additions and 1,114 deletions.
16 changes: 8 additions & 8 deletions example-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"build:apk": "eas build --platform android"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"expo": "^49.0.6",
"expo-dev-client": "~2.4.8",
"expo": "^50.0.0",
"expo-dev-client": "~3.3.9",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native": "0.73.4",
"react-native-android-widget": "./react-native-android-widget-28579.tgz",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0"
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@types/react": "~18.2.14",
"typescript": "^5.1.3"
"@types/react": "~18.2.45",
"typescript": "^5.3.0"
},
"private": true
}
Loading

0 comments on commit c55ef8f

Please sign in to comment.