diff --git a/examples-native/crna-kitchen-sink/app.json b/examples-native/crna-kitchen-sink/app.json index 7f1457b609cc..d7e70fb8d694 100644 --- a/examples-native/crna-kitchen-sink/app.json +++ b/examples-native/crna-kitchen-sink/app.json @@ -1,6 +1,6 @@ { "expo": { - "sdkVersion": "31.0.0", + "sdkVersion": "32.0.0", "platforms": ["ios", "android"], "androidStatusBarColor": "#C2185B", "androidStatusBar": { diff --git a/examples-native/crna-kitchen-sink/package.json b/examples-native/crna-kitchen-sink/package.json index 834c0d39e5a8..68bd9ea327c0 100644 --- a/examples-native/crna-kitchen-sink/package.json +++ b/examples-native/crna-kitchen-sink/package.json @@ -18,7 +18,7 @@ "expo": "^32.0.6", "prop-types": "^15.6.2", "react": "16.5.1", - "react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz", + "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz", "whatwg-fetch": "^3.0.0" }, "devDependencies": { @@ -50,7 +50,7 @@ "core-js": "^2.5.7", "babel-loader": "^8.0.4", "babel-preset-expo": "^5.0.0", - "jest-expo": "^31.0.0", + "jest-expo": "^32.0.0", "schedule": "^0.4.0", "react-test-renderer": "16.5.1" } diff --git a/examples-native/crna-kitchen-sink/yarn.lock b/examples-native/crna-kitchen-sink/yarn.lock index ea4cb2493cb5..9acd8333b2f7 100644 --- a/examples-native/crna-kitchen-sink/yarn.lock +++ b/examples-native/crna-kitchen-sink/yarn.lock @@ -5137,7 +5137,7 @@ expo@^32.0.6: qs "^6.5.0" react-native-branch "2.2.5" react-native-gesture-handler "~1.0.14" - react-native-maps "github:expo/react-native-maps#v0.22.1-exp.0" + react-native-maps expo/react-native-maps#v0.22.1-exp.0 react-native-reanimated "1.0.0-alpha.11" react-native-screens "1.0.0-alpha.22" react-native-svg "8.0.10" @@ -6789,10 +6789,10 @@ jest-environment-node@^23.4.0: jest-mock "^23.2.0" jest-util "^23.4.0" -jest-expo@^31.0.0: - version "31.0.0" - resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-31.0.0.tgz#6f191eebb646b2654388f5166311385c118a7924" - integrity sha512-GWHGY4M53dZljIzEJdGCntZFvWvF7tf6zAhCURaNSLpZ0o7qtVKqjZrjXI8bp+58Hr3O9N9KhWJYKFVzmMLAFQ== +jest-expo@^32.0.0: + version "32.0.0" + resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-32.0.0.tgz#813ad3bc59163f904c6f71d6aac30748ab9d7933" + integrity sha512-976qA3FwRrd3ppC5p3wNvqLmV9W8TlHZfNU8sGyhSBFyEp+jrPBhy7511mt+wW8NjCVaIwjpWSO213V1XQxRTA== dependencies: "@babel/core" "^7.1.0" babel-core "^7.0.0-bridge.0" @@ -9464,9 +9464,9 @@ react-native-view-shot@2.5.0: resolved "https://registry.yarnpkg.com/react-native-view-shot/-/react-native-view-shot-2.5.0.tgz#428a997f470d3148d0067c5b46abd988ef1aa4c0" integrity sha512-xFJA+N7wh8Ik/17I4QB24e0a0L3atg1ScVehvtYR5UBTgHdzTFA0ZylvXp9gkZt7V+AT5Pni0H3NQItpqSKFoQ== -"react-native@https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz": +"react-native@https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz": version "0.57.1" - resolved "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz#433d7b0693df3c036287343644a4478bc41fde97" + resolved "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz#78bcdc7d34a2f4a58c179699e775842a74da6c6f" dependencies: absolute-path "^0.0.0" art "^0.10.0"