-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
59 lines (59 loc) · 1.55 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
55
56
57
58
59
{
"expo": {
"name": "Educate",
"slug": "educate-mobile",
"scheme": "educate-mobile",
"version": "2022.2.6",
"facebookScheme": "fb302939171663614",
"facebookAppId": "302939171663614",
"facebookDisplayName": "Educate",
"facebookAutoLogAppEventsEnabled": false,
"facebookAdvertiserIDCollectionEnabled": false,
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#FBFBFB"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.squidsoft.educate",
"buildNumber": "1.0.0",
"usesIcloudStorage": true
},
"android": {
"package": "com.squidsoft.educate",
"versionCode": 13,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"config": {
"googleSignIn": {
"certificateHash": "86:31:F6:19:8A:25:8D:9F:C2:3B:72:0D:05:53:BE:00:D2:64:81:71"
}
}
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": ["sentry-expo"],
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "educate-kt",
"project": "educate-kt",
"authToken": "546d64bb36604c61ae5dfea4f6d23da5dc5c56caf0f7417fb7dc2f8a105faf92"
}
}
]
}
}
}