mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-11 00:08:51 +08:00
24 lines
633 B
JSON
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": "26.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": ""
|
|
}
|
|
}
|
|
}
|