-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
41 lines (41 loc) · 1.02 KB
/
app.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"expo": {
"name": "Echo",
"slug": "echo",
"version": "3.4.0",
"orientation": "portrait",
"scheme": "echo",
"newArchEnabled": true,
"icon": "./assets/images/icon.png",
"android": {
"backgroundColor": "#000000",
"package": "com.vandam.echo",
"permissions": ["android.permission.WRITE_SECURE_SETTINGS"]
},
"plugins": [
"expo-router",
"expo-secure-store",
[
"expo-media-library",
{
"photosPermission": "Allow Echo to access your photos.",
"savePhotosPermission": "Allow Echo to save photos.",
"granularPermissions": ["photo"]
}
],
"./plugins/with-android-config-changes",
"./plugins/with-spotify-auth-manifest-placeholders",
"./plugins/with-android-theme",
"./plugins/with-daltonizer-toggle"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "36fd12aa-a5a0-43e0-a534-04ed216dbefc"
}
}
}
}