6 lines
70 B
Bash
6 lines
70 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
npm install
|
||
|
re-natal use-figwheel
|
||
|
react-native run-android
|