diff --git a/README.md b/README.md new file mode 100644 index 00000000..98b93ad7 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Build react-native from source after installing modules: + +./gradlew :ReactAndroid:assembleDebug +./gradlew :ReactAndroid:installArchives diff --git a/package.json b/package.json index 5b4b11d0..99ab62d3 100644 --- a/package.json +++ b/package.json @@ -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"