example fixes

This commit is contained in:
Ari Lazier 2016-01-15 12:54:46 -08:00
parent 5f2a51727b
commit 9edafe09ac
2 changed files with 2 additions and 3 deletions

View File

@ -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'
} }

View File

@ -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