realm-js/examples/ReactExample/run-android.sh

7 lines
141 B
Bash
Raw Normal View History

2016-01-14 05:25:10 +00:00
#!/bin/bash
2016-01-15 20:54:46 +00:00
rm -rf node_modules/realm
2016-01-14 05:25:10 +00:00
npm install realm
adb forward tcp:8082 tcp:8082
adb reverse tcp:8081 tcp:8081
react-native run-android