This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
54 lines (54 loc) · 1.54 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"expo": {
"name": "Pinster",
"slug": "illuminusltd-pinster",
"privacy": "public",
"version": "1.2.16",
"sdkVersion": "33.0.0",
"githubUrl": "https://github.com/IlluminusLimited/CoreUI",
"platforms": [
"ios",
"android"
],
"scheme": "com.illuminusltd.pinster",
"facebookScheme": "fb206154813532206",
"facebookAppId": "206154813532206",
"facebookDisplayName": "Pinster",
"primaryColor": "#3ebeae",
"orientation": "portrait",
"icon": "./assets/images/icons/iTunesArtwork@2x.png",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"buildNumber": "16",
"supportsTablet": true,
"bundleIdentifier": "com.illuminusltd.pinster",
"icon": "./assets/images/icons/iTunesArtwork@2x.png"
},
"android": {
"versionCode": 16,
"package": "com.illuminusltd.pinster",
"icon": "./assets/images/icons/GooglePlay512.png",
"permissions": [],
"splash": {
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"ldpi": "./assets/images/ldpi-splash.png",
"mdpi": "./assets/images/mdpi-splash.png",
"hdpi": "./assets/images/hdpi-splash.png",
"xhdpi": "./assets/images/xhdpi-splash.png",
"xxhdpi": "./assets/images/xxhdpi-splash.png",
"xxxhdpi": "./assets/images/xxxhdpi-splash.png"
}
}
}
}