-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
47 lines (47 loc) · 1.27 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
{
"expo": {
"name": "CT Crypto Lite",
"slug": "CT Crypto Lite",
"version": "1.2.1",
"orientation": "portrait",
"icon": "./src/assets/icon.png",
"splash": {
"image": "./src/assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#000000"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"bundleIdentifier": "com.iOSbundleIdentifier",
"buildNumber": "1.0.0",
"supportsTablet": true,
"userInterfaceStyle": "automatic",
"config" : {
"googleMobileAdsAppId":"ca-app-pub-xxxxxxxxxxxxxxxx~xxxxxxxxxx"
},
"appStoreUrl": "https://apps.apple.com/us/app/apple-store/id1579682178"
},
"android": {
"package": "com.package",
"userInterfaceStyle": "automatic",
"versionCode": 29,
"adaptiveIcon": {
"foregroundImage": "./src/assets/adaptive-icon.png",
"backgroundColor": "#000000"
},
"config": {
"googleMobileAdsAppId": "ca-app-pub-xxxxxxxxxxxxxxxx~xxxxxxxxxx"
},
"permissions" : [],
"playStoreUrl": "https://play.google.com/store/apps/details?id=com.AndyLeeDev.CoinTracer"
},
"web": {
"favicon": "./src/assets/favicon.png"
}
}
}