Updates examples to react-native 0.48.4 and expo sdk 21. (#2675)

This commit is contained in:
Dave Pack
2017-09-29 14:06:56 -07:00
committed by Spencer Carli
parent ef82f1b5ff
commit c4541f44af
6 changed files with 143 additions and 115 deletions

View File

@@ -22,17 +22,17 @@
]
},
"dependencies": {
"expo": "^20.1.2",
"expo": "^21.0.1",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-native": "~0.47.2",
"react-native": "~0.48.4",
"react-redux": "^5.0.6",
"redux": "^3.7.2"
},
"devDependencies": {
"babel-jest": "^21.0.0",
"jest": "^21.0.1",
"jest-expo": "^20.0.0",
"jest-expo": "^21.0.0",
"react-native-scripts": "^1.3.1",
"react-navigation": "file:../..",
"react-test-renderer": "16.0.0-alpha.12"