-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
60 lines (60 loc) · 1.86 KB
/
Copy pathapp.json
File metadata and controls
60 lines (60 loc) · 1.86 KB
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
{
"expo": {
"name": "CLEVER Driver",
"owner": "evandsolution",
"slug": "clever-driver-app",
"version": "0.1.11",
"icon": "./assets/branding/driver-app-icon.png",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.evnsolution.clever.driver",
"buildNumber": "1",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "배송 지도에서 현재 위치를 표시하기 위해 위치 권한을 사용합니다."
}
},
"android": {
"package": "com.evnsolution.clever.driver",
"predictiveBackGestureEnabled": true,
"versionCode": 12,
"googleServicesFile": "./.private/google-services.json",
"adaptiveIcon": {
"foregroundImage": "./assets/branding/driver-app-icon-foreground.png",
"backgroundColor": "#0B57D0"
},
"softwareKeyboardLayoutMode": "resize",
"blockedPermissions": [
"android.permission.RECORD_AUDIO",
"android.permission.SYSTEM_ALERT_WINDOW"
]
},
"extra": {
"projectStartIssue": "EVNSolution/clever-change-control#240",
"frameworkBootstrapIssue": "EVNSolution/clever-driver-app#1",
"eas": {
"projectId": "f0feb2b9-2a77-4fe0-8ae7-27b5b5ecbacd"
}
},
"plugins": [
"expo-secure-store",
"expo-status-bar",
[
"expo-notifications",
{
"defaultChannel": "route-updates"
}
],
[
"expo-image-picker",
{
"cameraPermission": "배송 완료 증빙 사진을 촬영하기 위해 카메라를 사용합니다.",
"microphonePermission": false,
"photosPermission": "배송 완료 증빙 사진을 선택하기 위해 사진 앨범을 사용합니다."
}
],
"@maplibre/maplibre-react-native"
]
}
}