Upgrade React Native (#1093)

* Upgrade RN

* Clean up
This commit is contained in:
Mike Grabowski
2017-04-18 14:28:47 +02:00
committed by GitHub
parent 1bb0b84c26
commit ce5be229ed
12 changed files with 3233 additions and 88 deletions

View File

@@ -3,13 +3,9 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@exponent/vector-icons": "~4.0.0",
"exponent": "~13.1.0",
"react": "~15.4.2",
"react-native": "github:exponent/react-native#sdk-13.0.0",
"react-native-vector-icons": "^4.0.0"
"react-native": "^0.41.2",
"react-native-vector-icons": "^4.0.1"
},
"devDependencies": {
"babel-preset-exponent": "^1.0.0"
}
"devDependencies": {}
}