mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-20 06:09:11 -04:00
Use official react-native (for now)
This commit is contained in:
4
README.md
Normal file
4
README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
Build react-native from source after installing modules:
|
||||
|
||||
./gradlew :ReactAndroid:assembleDebug
|
||||
./gradlew :ReactAndroid:installArchives
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user