-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
50 lines (50 loc) · 1.34 KB
/
app.json
File metadata and controls
50 lines (50 loc) · 1.34 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
{
"expo": {
"name": "Velvet Ladle",
"slug": "VelvetLadle",
"version": "2.1.0",
"orientation": "default",
"icon": "./assets/images/favicon_velvetLadle_large_128x128.png",
"scheme": "velvetladle",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.tea4q.velvetladle",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/social_icon_velvetLadle_400x400.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"package": "com.qtea.VelvetLadle",
"permissions": ["android.permission.RECORD_AUDIO"]
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon_velvetLadle_small_48x48.png"
},
"plugins": ["expo-router", "expo-image-picker"],
"experiments": {
"typedRoutes": true
},
"runtimeVersion": "1.0.1",
"updates": {
"enabled": true,
"checkAutomatically": "ON_LOAD",
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/df5296c9-1e42-454b-924c-07dc23f4ed53"
},
"owner": "qtea",
"extra": {
"eas": {
"projectId": "df5296c9-1e42-454b-924c-07dc23f4ed53"
}
}
}
}