Files
react-navigation/packages/core/example/app.json
2019-04-17 16:29:20 +02: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": "32.0.0",
"version": "1.0.0",
"primaryColor": "#2196f3",
"packagerOpts": {
"config": "./metro.config.js",
"projectRoots": ""
}
}
}