Skip to content

Commit

Permalink
docs: Update CONTRIBUTING.md with windows + web
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuayoes authored Feb 29, 2024
1 parent 94677b4 commit 32f9ded
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@ yarn example start
To run the example app on Android:

```sh
yarn example android
```

To run the example app on iOS:

```sh
yarn example ios
yarn example windows
```

To run the example app on Web:
Expand Down Expand Up @@ -108,8 +102,8 @@ The `package.json` file contains various scripts for common tasks:
- `yarn lint`: lint files with ESLint.
- `yarn test`: run unit tests with Jest.
- `yarn example start`: start the Metro server for the example app.
- `yarn example android`: run the example app on Android.
- `yarn example ios`: run the example app on iOS.
- `yarn example windows`: run the example app on Windows.
- `yarn example web`: run the example app on web.

### Sending a pull request

Expand Down

0 comments on commit 32f9ded

Please sign in to comment.