This commit is contained in:
Ren Juan 2022-05-26 04:13:54 +00:00
parent e5bbc64b9b
commit bc2bf366d0
1 changed files with 16 additions and 16 deletions

View File

@ -17,31 +17,31 @@
"@react-navigation/native": "^6.0.2", "@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0", "@react-navigation/native-stack": "^6.1.0",
"@react-navigation/stack": "^6.0.7", "@react-navigation/stack": "^6.0.7",
"expo": "~42.0.1", "expo": "~43.0.0",
"expo-asset": "~8.3.2", "expo-asset": "~8.4.3",
"expo-constants": "~11.0.1", "expo-constants": "~12.1.3",
"expo-device": "^3.3.0", "expo-device": "~4.0.3",
"expo-font": "~9.2.1", "expo-font": "~10.0.3",
"expo-linking": "~2.3.1", "expo-linking": "~2.4.2",
"expo-location": "~12.1.2", "expo-location": "~13.0.4",
"expo-splash-screen": "~0.11.2", "expo-splash-screen": "~0.13.5",
"expo-status-bar": "~1.0.4", "expo-status-bar": "~1.1.0",
"expo-task-manager": "~9.2.2", "expo-task-manager": "~10.0.3",
"expo-web-browser": "~9.2.0", "expo-web-browser": "~10.0.3",
"geolib": "^3.3.1", "geolib": "^3.3.1",
"react": "16.13.1", "react": "16.13.1",
"react-dom": "16.13.1", "react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz", "react-native": "0.64.3",
"react-native-gesture-handler": "~1.10.2", "react-native-gesture-handler": "~1.10.2",
"react-native-reanimated": "~2.2.0", "react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.2.0", "react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.4.0", "react-native-screens": "~3.8.0",
"react-native-web": "~0.13.12" "react-native-web": "^0.17.7"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.9.0", "@babel/core": "^7.9.0",
"@types/react": "~16.9.35", "@types/react": "~16.9.35",
"@types/react-native": "~0.63.2", "@types/react-native": "~0.64.3",
"jest-expo": "~41.0.0-beta.0", "jest-expo": "~41.0.0-beta.0",
"typescript": "~4.0.0" "typescript": "~4.0.0"
}, },