-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
37 lines (37 loc) · 798 Bytes
/
Copy pathapp.json
File metadata and controls
37 lines (37 loc) · 798 Bytes
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
{
"expo": {
"name": "Strings",
"slug": "strings",
"version": "1.0.3",
"orientation": "portrait",
"scheme": "strings",
"newArchEnabled": true,
"icon": "./assets/images/icon.png",
"android": {
"backgroundColor": "#000000",
"package": "com.garado.strings",
"permissions": [
"android.permission.RECORD_AUDIO"
]
},
"plugins": [
"expo-router",
"expo-font",
"./plugins/withAndroidConfigChanges",
"./plugins/withAndroidTheme"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "ffaea00f-5ce2-4b77-97f7-a21b6b623bc8"
}
},
"owner": "agarado",
"ios": {
"bundleIdentifier": "com.garado.strings"
}
}
}