Skip to content

Commit

Permalink
Merge pull request #6121 from storybooks/react-native/fix-expo
Browse files Browse the repository at this point in the history
Fix expo
  • Loading branch information
shilman authored Mar 16, 2019
2 parents 59582f5 + 124e2e0 commit b978895
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples-native/crna-kitchen-sink/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"expo": {
"sdkVersion": "31.0.0",
"sdkVersion": "32.0.0",
"platforms": ["ios", "android"],
"androidStatusBarColor": "#C2185B",
"androidStatusBar": {
Expand Down
4 changes: 2 additions & 2 deletions examples-native/crna-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
}
Expand Down
14 changes: 7 additions & 7 deletions examples-native/crna-kitchen-sink/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b978895

Please sign in to comment.