Skip to content

Commit 9bf32f2

Browse files
committed
fix: fix scripts in contributing guide
1 parent 30d7285 commit 9bf32f2

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

templates/library/CONTRIBUTING.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,26 @@ To get started with the project, run `yarn bootstrap` in the root directory to i
1010
yarn bootstrap
1111
```
1212

13-
While developing, you can run the [example app](/example/) with [Expo](https://expo.io/) to test your changes:
13+
While developing, you can run the [example app](/example/) to test your changes.
14+
15+
To start the packager:
1416

1517
```sh
1618
yarn example start
1719
```
1820

21+
To run the example app on Android:
22+
23+
```sh
24+
yarn example android
25+
```
26+
27+
To run the example app on iOS:
28+
29+
```sh
30+
yarn example android
31+
```
32+
1933
Make sure your code passes TypeScript and ESLint. Run the following to verify:
2034

2135
```sh

0 commit comments

Comments
 (0)