forked from ivanzugnoni/react-tic-tac-toe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
exp.json
28 lines (28 loc) · 911 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": "react-native-tic-tac-toe",
"description": "Minimal implementation of a 'Tic-Tac-Toe' application using React Native",
"slug": "react-native-tic-tac-toe",
"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"]
}
}