mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-12 00:34:38 +08:00
22 lines
669 B
JSON
22 lines
669 B
JSON
{
|
|
"name": "React Native Paper Example",
|
|
"description": "Example for React Native Paper",
|
|
"slug": "react-native-paper-example",
|
|
"sdkVersion": "11.0.0",
|
|
"version": "1.0.0",
|
|
"orientation": "default",
|
|
"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
|
|
},
|
|
"packagerOpts": {
|
|
"assetExts": ["ttf", "mp4"]
|
|
}
|
|
}
|