-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
33 lines (33 loc) · 953 Bytes
/
app.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
29
30
31
32
33
{
"expo": {
"sdkVersion": "25.0.0",
"name": "Tap In Guide",
"slug": "tap-in-guide",
"description":
"Tap In is a simple dashboard guide to world football’s top matches. All the daily info you need to know to stay on top of the beautiful game.",
"icon": "./assets/images/tapin-appicon.png",
"version": "1.6.0",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "cover",
"backgroundColor": "#f0f0f0"
},
"ios": {
"bundleIdentifier": "com.tapinguide.matchday",
"buildNumber": "18",
"supportsTablet": false
},
"android": {
"package": "com.tapinguide.matchday",
"versionCode": 18,
"permissions": []
},
"orientation": "portrait",
"loading": {
"icon": "./assets/images/placeholder.png",
"backgroundColor": "#f0f0f0",
"backgroundImage": "./assets/images/splash.png",
"hideExponentText": true
}
}
}