Skip to content

Commit

Permalink
docs: improve instructions about running the example app (osdnk#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomaszewski authored Aug 13, 2020
1 parent 878bf06 commit 2f82935
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ android/keystores/debug.keystore

# generated by bob
lib/

.expo
1 change: 1 addition & 0 deletions Example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ npm-debug.*
*.p12
*.key
*.mobileprovision
web-build
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ More complex examples can be found in the `Example` folder. To view the examples

```sh
yarn
yarn prepare
cd Example
yarn
expo start
Expand Down

0 comments on commit 2f82935

Please sign in to comment.