Fix example project

This commit is contained in:
Brent Vatne
2017-12-20 13:35:35 -08:00
parent ef63b230b2
commit 6af770d644
15 changed files with 905 additions and 913 deletions

View File

@@ -12,19 +12,19 @@
"test": "node node_modules/jest/bin/jest.js"
},
"dependencies": {
"expo": "^23.0.0",
"expo": "^24.0.2",
"react": "16.0.0",
"react-native": "^0.50.3",
"react-native": "^0.51.0",
"react-navigation": "file:../.."
},
"devDependencies": {
"babel-jest": "^21.0.0",
"flow-bin": "^0.56.0",
"jest": "^21.0.1",
"jest-expo": "^23.0.0",
"jest-expo": "^24.0.0",
"react-addons-test-utils": "16.0.0-alpha.3",
"react-native-scripts": "^1.5.0",
"react-test-renderer": "16.0.0-alpha.12"
"react-test-renderer": "16.0.0-alpha.3"
},
"jest": {
"preset": "jest-expo",