forked from brentvatne/signature-example
-
Notifications
You must be signed in to change notification settings - Fork 7
/
exp.json
28 lines (28 loc) · 892 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
28
{
"name": "rmotr-paint",
"description": "Minimal implementation of a 'Paint' application using React Native and Exponent",
"slug": "rmotr-paint",
"sdkVersion": "12.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#3A4767",
"iconUrl": "https://s13.postimg.org/wflosfalj/logo.png",
"notification": {
"iconUrl": "https://s13.postimg.org/wflosfalj/logo.png",
"color": "#000000",
"androidMode": "default",
"androidCollapsedTitle": "#{unread_notifications} new interactions"
},
"loading": {
"iconUrl": "https://s13.postimg.org/wflosfalj/logo.png",
"backgroundImageUrl": "http://i.imgur.com/zsnPy5z.png",
"backgroundColor": "#FFF",
"hideExponentText": true
},
"appKey": "main",
"androidStatusBarColor": "#000000",
"androidHideExponentNotificationInShellApp": true,
"packagerOpts": {
"assetExts": ["ttf"]
}
}