-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
55 lines (55 loc) · 1.35 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
{
"expo": {
"name": "C4K60",
"slug": "c4k60",
"version": "0.9.1",
"orientation": "portrait",
"icon": "./app/assets/icon.png",
"splash": {
"image": "./app/assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/9b22d593-3b19-4bb5-b393-a3a92e28aa21"
},
"plugins": [
[
"expo-image-picker",
{
"photosPermission": "Ứng dụng yêu cầu quyền truy cập vào ảnh của bạn để có thể chia sẻ với bạn bè."
}
]
],
"assetBundlePatterns": [
"**/*"
],
"jsEngine": "jsc",
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.c4k60.mobile",
"buildNumber": "9"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./app/assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.c4k60.mobile",
"versionCode": 13,
"googleServicesFile": "./android/google-services.json",
"useNextNotificationsApi": true
},
"web": {
"favicon": "./app/assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "9b22d593-3b19-4bb5-b393-a3a92e28aa21"
}
},
"runtimeVersion": "1.0.0",
"owner": "tunnaduong"
}
}