We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8ce8b commit 66ed3e2Copy full SHA for 66ed3e2
README.md
@@ -12,12 +12,17 @@
12
13
### Android
14
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
+1. Install dependencies for example folder
+1. Start the metro bundler
+1. Build the application
+
+```sh
+yarn install
21
+cd example
22
+# inside example
23
24
+yarn start
25
+yarn android
26
```
27
28
### Mostly automatic installation
0 commit comments