mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-12 07:14:23 +00:00
example fixes
This commit is contained in:
parent
5f2a51727b
commit
9edafe09ac
@ -73,6 +73,6 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:appcompat-v7:23.0.1'
|
compile 'com.android.support:appcompat-v7:23.0.1'
|
||||||
compile 'com.facebook.react:react-native:0.18.0_patched'
|
compile 'com.facebook.react:react-native:0.18.0-patched'
|
||||||
compile 'io.realm.react:realm-react-native:0.0.1-SNAPSHOT'
|
compile 'io.realm.react:realm-react-native:0.0.1-SNAPSHOT'
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cp ../../react-native/android/app/build/outputs/aar/app-debug.aar android/app/lib/
|
rm -rf node_modules/realm
|
||||||
rm -rf node_modules/realm node_modules/realm-tests
|
|
||||||
npm install realm
|
npm install realm
|
||||||
adb forward tcp:8082 tcp:8082
|
adb forward tcp:8082 tcp:8082
|
||||||
adb reverse tcp:8081 tcp:8081
|
adb reverse tcp:8081 tcp:8081
|
||||||
|
Loading…
x
Reference in New Issue
Block a user