-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
73 lines (73 loc) · 1.76 KB
/
Copy pathapp.json
File metadata and controls
73 lines (73 loc) · 1.76 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"expo": {
"name": "lets-onion",
"slug": "lets-onion",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.dup33333.lets-onion",
"infoPlist": {
"NSMicrophoneUsageDescription": "This app needs access to your microphone to record audio."
}
},
"android": {
"googleServicesFile": "./google-services.json",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.dup33333.letsonion",
"permissions": [
"android.permission.RECORD_AUDIO"
]
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
[
"@react-native-seoul/kakao-login",
{
"kakaoAppKey": "cdb3b3bffba750cac911c152916fdbd4",
"kotlinVersion": "1.5.20"
}
],
[
"expo-build-properties",
{
"android": {
"extraMavenRepos": [
"https://devrepo.kakao.com/nexus/content/groups/public/"
]
}
}
],
[
"expo-av",
{
"microphonePermission": "Allow letsonion to access your microphone."
}
],
[
"@react-native-voice/voice",
{
"microphonePermission": "마이크 허용",
"speechRecognitionPermission": "음성 텍스트 변환 허용"
}
]
],
"extra": {
"eas": {
"projectId": "16efa3f7-9a78-4082-a393-7dcf4e002c16"
}
}
}
}