Skip to content

Commit

Permalink
Merge pull request #7200 from lonyele/fix/crna-kitchen-sink
Browse files Browse the repository at this point in the history
Fix crna-kitchen-sink not working
  • Loading branch information
shilman committed Jul 19, 2019
2 parents 64219b8 + 4c46487 commit 7517df6
Show file tree
Hide file tree
Showing 3 changed files with 806 additions and 677 deletions.
2 changes: 1 addition & 1 deletion examples-native/crna-kitchen-sink/app.json
@@ -1,6 +1,6 @@
{
"expo": {
"sdkVersion": "32.0.0",
"sdkVersion": "33.0.0",
"platforms": [
"ios",
"android"
Expand Down
4 changes: 2 additions & 2 deletions examples-native/crna-kitchen-sink/package.json
Expand Up @@ -15,10 +15,10 @@
"preset": "jest-expo"
},
"dependencies": {
"expo": "^32.0.6",
"expo": "^33.0.7",
"prop-types": "^15.6.2",
"react": "16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
Expand Down

1 comment on commit 7517df6

@vercel
Copy link

@vercel vercel bot commented on 7517df6 Jul 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.