Skip to content

Commit

Permalink
docs: update docs to reflect how to run example app
Browse files Browse the repository at this point in the history
  • Loading branch information
zplata committed Jun 16, 2022
1 parent 4a12e23 commit 7b51a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ To start the metro server:
yarn example start
```

To run the example app on Android:
To run the example app on Android, you can run the Android project in `example/android` in Android Studio, OR at the top level of the project, run:

```sh
yarn example android
```

To run the example app on iOS:
To run the example app on iOS, you can run the iOS project in `example/ios` in XCode, OR at the top level of the project, run:

```sh
yarn example ios
Expand Down

0 comments on commit 7b51a0f

Please sign in to comment.