2017-01-26 11:53:33 -08:00

27 lines
902 B
JSON

{
"name": "React Navigation Playground",
"description": "Playground and example for react-navigation",
"slug": "react-navigation-playground",
"sdkVersion": "13.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"iconUrl": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png",
"notification": {
"iconUrl": "https://s3.amazonaws.com/exp-us-standard/placeholder-push-icon-blue-circle.png",
"color": "#000000"
},
"loading": {
"iconUrl": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png",
"hideExponentText": false
},
"entryPoint": "examples/NavigationPlayground/__exponent/index.exp.js",
"rnCliPath": "../node_modules/react-native/local-cli/cli.js",
"packagerOpts": {
"projectRoots": "",
"assetExts": ["ttf"],
"config": "./rn-cli.config.js"
},
"nodeModulesPath": ".."
}