Files
react-native-paper/example/app.json
Dawid e8ac805186 chore: update expo to latest version. (#580)
This PR upgrades expo in example app to latest version.

Actually, there is no issue for that, but It's good to use latest stable version of libraries.
2018-10-08 10:58:17 +02:00

24 lines
631 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": "30.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": ""
}
}
}