chore: upgrade basic example to expo 50 (#1560)

This commit is contained in:
Maciej Jastrzebski
2024-01-30 09:59:44 +00:00
committed by GitHub
parent a282d1ecdd
commit a670b2d4c1
2 changed files with 1212 additions and 1518 deletions
+5 -5
View File
@@ -10,20 +10,20 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"expo": "^49.0.0",
"expo-status-bar": "~1.6.0",
"expo": "^50.0.4",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.4",
"react-native": "0.73.2",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/react-native": "^12.4.0",
"@types/react": "~18.2.14",
"@types/react": "~18.2.45",
"jest": "^29.7.0",
"react-test-renderer": "18.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.0"
},
"private": true,
"packageManager": "yarn@4.0.1"
+1207 -1513
View File
File diff suppressed because it is too large Load Diff