Skip to content

Commit 66ed3e2

Browse files
committed
docs: update README for example
1 parent 3b8ce8b commit 66ed3e2

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@
1212

1313
### Android
1414
1. Install dependencies
15-
2. Start the server
16-
3. Build the application
17-
```
18-
npm install
19-
npm run start
20-
npm run build:android
15+
1. Install dependencies for example folder
16+
1. Start the metro bundler
17+
1. Build the application
18+
19+
```sh
20+
yarn install
21+
cd example
22+
# inside example
23+
yarn install
24+
yarn start
25+
yarn android
2126
```
2227

2328
### Mostly automatic installation

0 commit comments

Comments
 (0)