Skip to content

Commit 2f82935

Browse files
authored
docs: improve instructions about running the example app (#241)
1 parent 878bf06 commit 2f82935

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ android/keystores/debug.keystore
4949

5050
# generated by bob
5151
lib/
52+
53+
.expo

Example/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ npm-debug.*
55
*.p12
66
*.key
77
*.mobileprovision
8+
web-build

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ More complex examples can be found in the `Example` folder. To view the examples
104104

105105
```sh
106106
yarn
107+
yarn prepare
107108
cd Example
108109
yarn
109110
expo start

0 commit comments

Comments
 (0)