-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
54 lines (54 loc) ยท 1.6 KB
/
Copy pathapp.json
File metadata and controls
54 lines (54 loc) ยท 1.6 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
{
"expo": {
"name": "CLEVER Driver",
"slug": "clever-driver-app",
"scheme": "clever-driver",
"version": "0.1.6",
"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": 7,
"googleServicesFile": "./.private/google-services.json",
"adaptiveIcon": {
"backgroundColor": "#C7D833"
},
"softwareKeyboardLayoutMode": "resize",
"blockedPermissions": [
"android.permission.RECORD_AUDIO"
]
},
"extra": {
"projectStartIssue": "EVNSolution/clever-change-control#240",
"frameworkBootstrapIssue": "EVNSolution/clever-driver-app#1"
},
"plugins": [
"expo-secure-store",
"expo-status-bar",
[
"expo-notifications",
{
"defaultChannel": "route-updates"
}
],
[
"expo-image-picker",
{
"cameraPermission": "๋ฐฐ์ก ์๋ฃ ์ฆ๋น ์ฌ์ง์ ์ดฌ์ํ๊ธฐ ์ํด ์นด๋ฉ๋ผ๋ฅผ ์ฌ์ฉํฉ๋๋ค.",
"microphonePermission": false,
"photosPermission": "๋ฐฐ์ก ์๋ฃ ์ฆ๋น ์ฌ์ง์ ์ ํํ๊ธฐ ์ํด ์ฌ์ง ์จ๋ฒ์ ์ฌ์ฉํฉ๋๋ค."
}
],
"@maplibre/maplibre-react-native"
]
}
}