Update expo to latest SDK
This commit is contained in:
parent
01953ef6ff
commit
5b0e2cb0ec
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
5140
example/yarn.lock
5140
example/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue