example fixes
This commit is contained in:
parent
5f2a51727b
commit
9edafe09ac
|
@ -73,6 +73,6 @@ android {
|
|||
|
||||
dependencies {
|
||||
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'
|
||||
}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/bash
|
||||
cp ../../react-native/android/app/build/outputs/aar/app-debug.aar android/app/lib/
|
||||
rm -rf node_modules/realm node_modules/realm-tests
|
||||
rm -rf node_modules/realm
|
||||
npm install realm
|
||||
adb forward tcp:8082 tcp:8082
|
||||
adb reverse tcp:8081 tcp:8081
|
||||
|
|
Loading…
Reference in New Issue