forked from mastermoo/rn-wunderlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
exp.json
21 lines (21 loc) · 804 Bytes
/
exp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "Wunderlist Clone",
"description": "UI Challenge #2: Wunderlist Clone written in React Native. https://medium.com/@yousefkama/react-native-ui-challenge-2-be24f72e6a68 for a writeup, source at https://github.com/mastermoo/rn-wunderlist",
"slug": "wunderlist",
"sdkVersion": "9.0.0",
"version": "1.0.0",
"orientation": "portrait",
"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"]
}
}