Use official react-native (for now)

This commit is contained in:
Mo Bitar
2017-09-19 09:44:31 -05:00
parent 7eb5f2e052
commit b4e3f2bafc
2 changed files with 6 additions and 2 deletions

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
Build react-native from source after installing modules:
./gradlew :ReactAndroid:assembleDebug
./gradlew :ReactAndroid:installArchives

View File

@@ -10,8 +10,8 @@
"base-64": "^0.1.0",
"immutable": "^3.8.1",
"lodash": "^4.17.4",
"react": "16.0.0-alpha.12",
"react-native": "github:mobitar/react-native#master",
"react": "16.0.0-beta.5",
"react-native": "^0.48.3",
"react-native-keychain": "^1.2.1",
"react-native-search-box": "0.0.11",
"react-native-vector-icons": "^4.3.0"