-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
66 lines (66 loc) · 1.61 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
60
61
62
63
64
65
66
{
"expo": {
"name": "Amin Luyện Thi THPT",
"slug": "pre-university-examination",
"version": "2.4.0",
"icon": "./assets/icon.png",
"sdkVersion": "40.0.0",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"android": {
"package": "vn.amin.preuniversity_examination",
"versionCode": 10,
"icon": "assets/android-icon.png",
"adaptiveIcon": {
"foregroundImage": "assets/android-icon.png",
"backgroundColor": "#FFFFFF"
},
"useNextNotificationsApi": true,
"googleServicesFile": "./assets/google-services.json",
"config": {
"googleMobileAdsAppId": "ca-app-pub-3943461823819564~5670595085"
},
"permissions": [
"INTERNET",
"SYSTEM_ALERT_WINDOW",
"MANAGE_DOCUMENTS",
"READ_INTERNAL_STORAGE",
"VIBRATE",
"READ_CALENDAR",
"WRITE_CALENDAR"
]
},
"ios": {
"bundleIdentifier": "vn.amin.preuniversityexamination",
"buildNumber": "2.4.0",
"icon": "assets/ios-icon.png",
"config": {
"googleMobileAdsAppId": "ca-app-pub-3943461823819564~6534096525"
},
"supportsTablet": true
},
"extra": {
"bugsnag": {
"apiKey": "eaa3ca10053720e56dc263fac0ee801c"
}
},
"hooks": {
"postPublish": [
{
"file": "@bugsnag/expo/hooks/post-publish.js",
"config": {}
}
]
},
"description": ""
}
}