Files
react-native-paper/example/app.json
2018-05-31 07:44:55 +02:00

24 lines
633 B
JSON

{
"expo": {
"name": "React Native Paper Example",
"description": "Example app for React Native Paper: https://callstack.github.io/react-native-paper/",
"slug": "react-native-paper-example",
"privacy": "public",
"sdkVersion": "27.0.0",
"version": "1.0.0",
"orientation": "default",
"primaryColor": "#cccccc",
"notification": {
"icon": "https://s3.amazonaws.com/exp-us-standard/placeholder-push-icon-blue-circle.png",
"color": "#000000"
},
"packagerOpts": {
"assetExts": [
"ttf"
],
"config": "./rn-cli.config.js",
"projectRoots": ""
}
}
}