-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
67 lines (67 loc) · 1.69 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
67
{
"expo": {
"name": "swimie",
"slug": "swimie",
"version": "1.0.7",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "swimie",
"userInterfaceStyle": "light",
"backgroundColor": "#ffffff",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "cover",
"backgroundColor": "#3B87F4"
},
"locales": {
"ko": "./locales/ko.json"
},
"ios": {
"supportsTablet": false,
"bundleIdentifier": "jiyoung0106.depromeet",
"infoPlist": {
"UIViewControllerBasedStatusBarAppearance": false
}
},
"android": {
"versionCode": 3,
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#3B87F4"
},
"package": "jiyoung0106.depromeet"
},
"androidStatusBar": {
"backgroundColor": "#ffffff",
"translucent": false
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-camera",
{
"cameraPermission": "프로필 사진, 수영 인증 사진 설정 및 변경을 위해 카메라 권한을 허락해 주세요",
"microphonePermission": "프로필 사진, 수영 인증 사진 설정 및 변경을 위해 마이크 권한을 허락해 주세요",
"recordAudioAndroid": true
}
]
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "68c9d808-4fd0-4f78-9705-309daa1a2eac"
}
},
"owner": "ywonchae1"
}
}