-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
88 lines (88 loc) · 2 KB
/
Copy pathapp.json
File metadata and controls
88 lines (88 loc) · 2 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"expo": {
"name": "VoicePost",
"slug": "voice-post",
"version": "1.1.7",
"orientation": "portrait",
"backgroundColor": "#003c5a",
"icon": "./assets/images/icon.png",
"scheme": "net.tai2.voicepost",
"userInterfaceStyle": "automatic",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "net.tai2.voicepost",
"infoPlist": {
"CFBundleAllowMixedLocalizations": true,
"UIDesignRequiresCompatibility": true
},
"config": {
"usesNonExemptEncryption": false
}
},
"android": {
"package": "net.tai2.voicepost",
"adaptiveIcon": {
"foregroundImage": "./assets/images/icon_adaptive.png",
"backgroundColor": "#003c5a"
}
},
"locales": {
"en": "./locales/meta.en.json",
"ja": "./locales/meta.ja.json"
},
"plugins": [
"expo-router",
"expo-font",
[
"expo-audio",
{
"enableBackgroundPlayback": true,
"enableBackgroundRecording": true
}
],
[
"expo-splash-screen",
{
"backgroundColor": "#003c5a",
"image": "./assets/images/icon.png"
}
],
[
"@sentry/react-native/expo",
{
"organization": "tai2net",
"project": "voice-post",
"url": "https://sentry.io/"
}
],
"expo-secure-store",
"expo-localization",
[
"expo-build-properties",
{
"android": {
"targetSdkVersion": 35,
"useHermesV1": true,
"buildReactNativeFromSource": true
},
"ios": {
"useHermesV1": true,
"buildReactNativeFromSource": true
}
}
],
"expo-navigation-bar",
"expo-asset"
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"eas": {
"projectId": "0bfb143f-5a31-49ca-bdb7-7b323cf00639"
}
},
"owner": "tai2"
}
}