Update to RN 0.52 and Expo 25 (#3383)

* Update to RN 0.52 and Expo 25

* Rerecord snapshots for failing Jest tests

* jest-expo@25.1.0-beta.0

* jest-expo@25.1.0
This commit is contained in:
Ashoat Tevosyan
2018-01-30 12:22:20 -06:00
committed by Eric Vicenti
parent a1fc566679
commit d1d81d7033
13 changed files with 1530 additions and 321 deletions

View File

@@ -2,9 +2,9 @@
"main": "node_modules/expo/AppEntry.js",
"private": true,
"dependencies": {
"expo": "^23.0.0",
"react": "16.0.0",
"react-native": "^0.50.3",
"expo": "^25.0.0",
"react": "16.2.0",
"react-native": "^0.52.0",
"react-native-platform-touchable": "^1.1.1",
"react-navigation": "link:../.."
},