-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
52 lines (52 loc) · 1.26 KB
/
app.json
File metadata and controls
52 lines (52 loc) · 1.26 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
{
"expo": {
"name": "Pholia",
"slug": "pholia",
"scheme": "pholia",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/logo.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"image": "./assets/logo.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.Miracledevelopers.pholia"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/logo.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"package": "com.Miracledevelopers.pholia"
},
"web": {
"favicon": "./assets/logo.png"
},
"extra": {
"eas": {
"projectId": "34f59e62-1b7c-400a-b27d-060c1f0f86f6"
}
},
"plugins": [
"expo-router",
"expo-secure-store",
[
"expo-font",
{
"fonts": [
"@expo-google-fonts/kiwi-maru/300Light/KiwiMaru_300Light.ttf",
"@expo-google-fonts/kiwi-maru/400Regular/KiwiMaru_400Regular.ttf",
"@expo-google-fonts/kiwi-maru/500Medium/KiwiMaru_500Medium.ttf"
]
}
]
]
}
}