-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
61 lines (61 loc) · 1.65 KB
/
Copy pathapp.json
File metadata and controls
61 lines (61 loc) · 1.65 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
{
"expo": {
"name": "SHG Records",
"slug": "shg-records",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "shgrecords",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/images/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#FAF7F4"
},
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.shgrecords"
},
"android": {
"package": "com.shgrecords",
"adaptiveIcon": {
"backgroundColor": "#FAF7F4",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
}
},
"web": {
"bundler": "metro",
"favicon": "./assets/images/favicon.png",
"meta": {
"viewport": {
"content": "width=device-width, initial-scale=1, viewport-fit=cover"
}
}
},
"plugins": [
"expo-router",
"expo-font",
"expo-web-browser",
[
"expo-speech-recognition",
{
"microphonePermission": "Allow SHG Records to use the microphone for voice commands.",
"speechRecognitionPermission": "Allow SHG Records to use speech recognition for voice commands."
}
],
[
"expo-image-picker",
{
"photosPermission": "Allow SHG Records to access your photos to set a profile picture."
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
}
}
}