mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 14:54:33 +00:00
52a1fa9196
Fixes #249
13 lines
164 B
Bash
Executable File
13 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -o pipefail
|
|
set -e
|
|
|
|
PATH="/opt/android-sdk-linux/platform-tools:$PATH"
|
|
|
|
npm install realm
|
|
|
|
adb reverse tcp:8081 tcp:8081
|
|
|
|
react-native run-android
|