diff --git a/README.md b/README.md index 6caa96b2..b6aab615 100644 --- a/README.md +++ b/README.md @@ -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: ``` @@ -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: ```