Files
react-native-paper/example/app.json
2018-11-05 15:10:54 +01:00

24 lines
630 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": "31.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": "./metro.config.js",
"projectRoots": ""
}
}
}