-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathexp.json
27 lines (27 loc) · 841 Bytes
/
exp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "awponent",
"description": "Curated list of awesome react native components on exponent",
"slug": "awponent",
"sdkVersion": "11.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"iconUrl": "https://raw.githubusercontent.com/sonnylazuardi/awponent/master/assets/images/logo-big-192.png",
"notification": {
"iconUrl": "https://raw.githubusercontent.com/sonnylazuardi/awponent/master/assets/images/logo-big-192.png",
"color": "#000000"
},
"loading": {
"iconUrl": "https://raw.githubusercontent.com/sonnylazuardi/awponent/master/assets/images/logo-big-192.png",
"hideExponentText": false
},
"packagerOpts": {
"assetExts": ["ttf"]
},
"ios": {
"bundleIdentifier": "org.js.sonny.awponent"
},
"android": {
"package": "org.js.sonny.awponent"
}
}