-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
54 lines (54 loc) · 1.33 KB
/
app.json
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
53
54
{
"expo": {
"name": "Quran App",
"slug": "quranapp",
"scheme": "quranapp",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/logo/App [email protected]",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/splash-screen.png",
"resizeMode": "cover"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.xelopsys.quranapp",
"splash": {
"image": "./assets/splash-screen.png",
"resizeMode": "cover",
"dark": {
"image": "./assets/splash-screen.png",
"resizeMode": "cover",
"backgroundColor": "#040C23"
}
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/logo/App [email protected]",
"backgroundColor": "#ffffff"
},
"package": "com.xelopsys.quranapp",
"splash": {
"image": "./assets/splash-screen.png",
"resizeMode": "cover",
"dark": {
"image": "./assets/splash-screen.png",
"resizeMode": "cover",
"backgroundColor": "#040C23"
}
}
},
"web": {
"bundleer": "metro",
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "6d6e7058-fd4c-414e-9f83-ad8d3e348400"
}
}
}
}