Upgrade to Expo SDK 39
This commit is contained in:
parent
f7bb136838
commit
3c03faabe3
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
|
@ -13,29 +13,29 @@
|
||||||
"@react-navigation/core": "5.2.3",
|
"@react-navigation/core": "5.2.3",
|
||||||
"@react-navigation/native": "5.1.1",
|
"@react-navigation/native": "5.1.1",
|
||||||
"@react-navigation/stack": "5.2.3",
|
"@react-navigation/stack": "5.2.3",
|
||||||
"expo": "^38.0.9",
|
"expo": "^39.0.0",
|
||||||
"expo-image-picker": "~8.3.0",
|
"expo-image-picker": "~9.1.1",
|
||||||
"expo-linking": "^1.0.7",
|
"expo-linking": "^1.0.7",
|
||||||
"expo-status-bar": "^1.0.2",
|
"expo-status-bar": "~1.0.2",
|
||||||
"expo-web-browser": "~8.3.1",
|
"expo-web-browser": "~8.5.0",
|
||||||
"react": "~16.11.0",
|
"react": "16.13.1",
|
||||||
"react-dom": "~16.11.0",
|
"react-dom": "16.13.1",
|
||||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
|
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
|
||||||
"react-native-gesture-handler": "~1.6.0",
|
"react-native-gesture-handler": "~1.7.0",
|
||||||
"react-native-pager-view": "^5.1.2",
|
"react-native-pager-view": "^5.1.2",
|
||||||
"react-native-popup-menu": "^0.15.10",
|
"react-native-popup-menu": "^0.15.10",
|
||||||
"react-native-reanimated": "~1.9.0",
|
"react-native-reanimated": "~1.13.0",
|
||||||
"react-native-safe-area-context": "~3.0.7",
|
"react-native-safe-area-context": "3.1.4",
|
||||||
"react-native-screens": "~2.9.0",
|
"react-native-screens": "~2.10.1",
|
||||||
"react-native-tab-view": "^2.16.0",
|
"react-native-tab-view": "^2.16.0",
|
||||||
"react-native-web": "~0.11.7",
|
"react-native-web": "~0.13.7",
|
||||||
"react-navigation": "^4.4.0",
|
"react-navigation": "^4.4.0",
|
||||||
"react-navigation-stack": "^2.8.2"
|
"react-navigation-stack": "^2.8.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.6",
|
"@babel/core": "^7.8.6",
|
||||||
"babel-plugin-module-resolver": "^4.0.0",
|
"babel-plugin-module-resolver": "^4.0.0",
|
||||||
"babel-preset-expo": "~8.1.0"
|
"babel-preset-expo": "^8.3.0"
|
||||||
},
|
},
|
||||||
"private": true
|
"private": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue