Files
react-navigation/packages/core/example/app.json
2019-08-22 17:46:03 -07:00

15 lines
357 B
JSON

{
"expo": {
"name": "React Navigation Core Example",
"description": "Useful for experimenting with core and native together",
"slug": "react-navigation-core-demo",
"sdkVersion": "33.0.0",
"version": "1.0.0",
"primaryColor": "#2196f3",
"packagerOpts": {
"config": "./metro.config.js",
"projectRoots": ""
}
}
}