Skip to content

Commit

Permalink
doc: show Yarn run alternative for React Native starting with 0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Mar 9, 2021
1 parent 27b9238 commit b8bf695
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ To run on Android, do the following command (within `react-native-alice-helper/e
npx react-native run-android
```

(or `yarn android` on React Native starting with 0.61)

This assumes that the `ANDROID_HOME` environmental variable is set properly. Here is a sample command that does not make such an assumption on a mac:

```
Expand All @@ -210,6 +212,8 @@ Then to run on iOS:
npx react-native run-ios
```

(or `yarn ios` on React Native starting with 0.61)

or do the following command to open the iOS project in Xcode:

```
Expand Down

0 comments on commit b8bf695

Please sign in to comment.