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 878bf06 commit 2f82935Copy full SHA for 2f82935
.gitignore
@@ -49,3 +49,5 @@ android/keystores/debug.keystore
49
50
# generated by bob
51
lib/
52
+
53
+.expo
Example/.gitignore
@@ -5,3 +5,4 @@ npm-debug.*
5
*.p12
6
*.key
7
*.mobileprovision
8
+web-build
README.md
@@ -104,6 +104,7 @@ More complex examples can be found in the `Example` folder. To view the examples
104
105
```sh
106
yarn
107
+yarn prepare
108
cd Example
109
110
expo start
0 commit comments