-
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) · 950 Bytes
/
Copy pathapp.json
File metadata and controls
41 lines (41 loc) · 950 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
38
39
40
41
{
"expo": {
"name": "Nova",
"slug": "nova",
"scheme": "nova",
"version": "1.0.0",
"orientation": "default",
"icon": "./assets/icon.png",
"userInterfaceStyle": "dark",
"newArchEnabled": false,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#09090F"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.nova.articleideas"
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#09090F",
"foregroundImage": "./assets/android-icon-foreground.png"
},
"package": "com.nova.articleideas"
},
"web": {
"bundler": "metro",
"favicon": "./assets/favicon.png"
},
"updates": {
"url": "https://u.expo.dev/6a1a260a-d832-47c9-bcf7-52cbef213b47"
},
"runtimeVersion": {
"policy": "sdkVersion"
},
"plugins": [
"expo-router"
]
}
}