Merge branch 'react-native-0.53' into 'master'
Upgrade to RN 0.53 See merge request !140
No preview for this file type
... | ... | @@ -3,7 +3,7 @@ |
"version": "0.0.1", | ||
"private": true, | ||
"scripts": { | ||
"start": "react-native start", | ||
"start": "react-native start --config=../../../../rn-cli.config.js", | ||
"start:ios": "react-native run-ios", | ||
"start:android": "react-native run-android", | ||
"log:ios": "react-native log-ios", | ||
... | ... | @@ -36,14 +36,14 @@ |
"prop-types": "^15.5.8", | ||
"react": "16.2.0", | ||
"react-i18next": "^7.4.0", | ||
"react-native": "0.52.0", | ||
"react-native": "0.53.3", | ||
"react-native-drawer": "^2.3.0", | ||
"react-native-fcm": "^10.0.2", | ||
"react-native-linear-gradient": "^2.0.0", | ||
"react-native-locale-detector": "^1.0.1", | ||
"react-native-render-html": "^3.8.1", | ||
"react-native-snackbar": "^0.4.3", | ||
"react-native-vector-icons": "^4.0.1", | ||
"react-native-vector-icons": "^4.5.0", | ||
"react-redux": "^5.0.2", | ||
"redux": "^3.6.0", | ||
"redux-saga": "^0.15.6" | ||
... | ... |
rn-cli.config.js
0 → 100644
This diff is collapsed.
Please register or sign in to comment