Upgrade to Expo SDK 41

This commit is contained in:
Nat 2021-07-01 17:05:31 -03:00
parent 2fa74dd0b8
commit 56234298b7
2 changed files with 1275 additions and 680 deletions

1931
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,25 +8,25 @@
"eject": "expo eject" "eject": "expo eject"
}, },
"dependencies": { "dependencies": {
"@react-native-async-storage/async-storage": "^1.14.1", "@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/masked-view": "0.1.10", "@react-native-community/masked-view": "0.1.10",
"@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": "^40.0.0", "expo": "^41.0.0",
"expo-image-picker": "~9.2.0", "expo-image-picker": "~10.1.4",
"expo-linking": "~2.0.1", "expo-linking": "~2.2.3",
"expo-status-bar": "~1.0.3", "expo-status-bar": "~1.0.4",
"expo-web-browser": "~8.6.0", "expo-web-browser": "~9.1.0",
"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-40.0.1.tar.gz", "react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-gesture-handler": "~1.8.0", "react-native-gesture-handler": "~1.10.2",
"react-native-pager-view": "^5.1.2", "react-native-pager-view": "5.0.12",
"react-native-popup-menu": "^0.15.10", "react-native-popup-menu": "^0.15.10",
"react-native-reanimated": "~1.13.0", "react-native-reanimated": "~2.1.0",
"react-native-safe-area-context": "3.1.9", "react-native-safe-area-context": "3.2.0",
"react-native-screens": "~2.15.2", "react-native-screens": "~3.0.0",
"react-native-tab-view": "^2.16.0", "react-native-tab-view": "^2.16.0",
"react-native-web": "~0.13.12", "react-native-web": "~0.13.12",
"react-navigation": "^4.4.0", "react-navigation": "^4.4.0",