This commit is contained in:
Morten
2018-08-14 10:24:19 +02:00
commit 38b440e2f6
33 changed files with 12188 additions and 0 deletions

9
demo/app.json Normal file
View File

@@ -0,0 +1,9 @@
{
"expo": {
"sdkVersion": "27.0.0"
},
"packagerOpts": {
"config": "./rn-cli.config.js",
"projectRoots": ""
}
}