Update expo

This commit is contained in:
Jacse 2018-03-03 15:55:02 +01:00
parent f198080ef2
commit 91a16e1791
3 changed files with 743 additions and 430 deletions

View File

@ -1,5 +1,5 @@
{
"expo": {
"sdkVersion": "23.0.0"
"sdkVersion": "25.0.0"
}
}

View File

@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"react-native-scripts": "1.7.0",
"jest-expo": "^22.0.0",
"jest-expo": "^25.0.0",
"react-test-renderer": "16.0.0-beta.5"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
@ -19,9 +19,9 @@
"preset": "jest-expo"
},
"dependencies": {
"expo": "^23.0.0",
"react": "16.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-23.0.0.tar.gz",
"expo": "^25.0.0",
"react": "16.2.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz",
"react-native-circular-progress": "file:../"
}
}

File diff suppressed because it is too large Load Diff