mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-20 02:18:26 +00:00
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
rm -rf node_modules/realm
|
|
npm install realm
|
|
adb forward tcp:8082 tcp:8082
|
|
react-native run-android
|