Update expo to latest SDK

This commit is contained in:
Anton Kalinin 2021-02-05 20:13:46 +02:00
parent 01953ef6ff
commit 5b0e2cb0ec
No known key found for this signature in database
GPG Key ID: 3338BDA7C61CD33F
3 changed files with 3155 additions and 1996 deletions

View File

@ -4,7 +4,6 @@
"slug": "react-native-image-viewing",
"description": "React Native modal image view with pinch zoom",
"privacy": "public",
"sdkVersion": "36.0.0",
"platforms": ["ios", "android", "web"],
"version": "1.0.0",
"orientation": "portrait",

View File

@ -8,11 +8,11 @@
"eject": "expo eject"
},
"dependencies": {
"expo": "35.0.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
"react-native-web": "0.11.7"
"expo": "~40.0.0",
"react": "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-web": "~0.13.12"
},
"devDependencies": {
"@types/react": "16.9.13",

File diff suppressed because it is too large Load Diff