Initial commit

This commit is contained in:
Brent Vatne
2018-08-03 14:59:12 -07:00
parent 3afe8d4261
commit b19c56a544
58 changed files with 15617 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"expo": {
"name": "React Navigation Stack Example",
"description": "Demonstrates the various capabilities of react-navigation-stack",
"slug": "react-navigation-stack-demo",
"sdkVersion": "29.0.0",
"version": "1.0.0",
"primaryColor": "#2196f3",
"packagerOpts": {
"assetExts": [
"ttf"
],
"config": "./rn-cli.config.js",
"projectRoots": ""
}
}
}