chore: upgrade react-native & expo version in the basic example app (#3964)

* chore: upgrade react-native & expo version

* chore: update Podfile.lock
This commit is contained in:
Seyed Mostafa Hasani
2024-07-04 15:32:05 +03:30
committed by GitHub
parent 3c9b1b571a
commit 01a00b12ae
3 changed files with 1694 additions and 2364 deletions

View File

@@ -14,21 +14,21 @@
},
"dependencies": {
"@react-native-picker/picker": "2.7.5",
"expo": "^51.0.14",
"expo": "^51.0.17",
"expo-asset": "^10.0.9",
"expo-image": "^1.12.12",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native": "0.74.3",
"react-native-windows": "0.74.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.22.10",
"@babel/runtime": "^7.22.10",
"@react-native/babel-preset": "0.74.83",
"@react-native/eslint-config": "0.74.83",
"@react-native/metro-config": "0.74.83",
"@react-native/typescript-config": "0.74.83",
"@react-native/babel-preset": "0.74.85",
"@react-native/eslint-config": "0.74.85",
"@react-native/metro-config": "0.74.85",
"@react-native/typescript-config": "0.74.85",
"@types/react": "~18.2.79",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",