react-native -> npx react-native

This commit is contained in:
ehesp
2019-09-23 13:07:27 +01:00
parent c58c394449
commit 0606b3775f
25 changed files with 27 additions and 36 deletions

View File

@@ -52,6 +52,6 @@ protected List<ReactPackage> getPackages() {
Once the above steps have been completed, rebuild your Android project:
```bash
react-native run-android
npx react-native run-android
```