From 2f829351a5df716681a8a787bc2101238d1bf73f Mon Sep 17 00:00:00 2001 From: Jack Tomaszewski Date: Thu, 13 Aug 2020 20:43:38 +0200 Subject: [PATCH] docs: improve instructions about running the example app (#241) --- .gitignore | 2 ++ Example/.gitignore | 1 + README.md | 1 + 3 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 783bf9c..732f241 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,5 @@ android/keystores/debug.keystore # generated by bob lib/ + +.expo diff --git a/Example/.gitignore b/Example/.gitignore index a62752d..38e9ec8 100644 --- a/Example/.gitignore +++ b/Example/.gitignore @@ -5,3 +5,4 @@ npm-debug.* *.p12 *.key *.mobileprovision +web-build diff --git a/README.md b/README.md index 1310b84..3305a87 100644 --- a/README.md +++ b/README.md @@ -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