-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathapp.json
37 lines (37 loc) · 1008 Bytes
/
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
{
"expo": {
"name": "Moddakir",
"slug": "Moddakir",
"platforms": [
"ios",
"android",
"web"
],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#02733E"
},
"ios": {
"bundleIdentifier": "com.islamghany.Moddakir",
"buildNumber": "1.0.0"
},
"android": {
"package": "com.islamghany.Moddakir",
"versionCode": 1
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"description": "Islamic app for reading the Holy Quran and show the tafseer of the verse more thing, and also the app is able follow you when you stop and send you a notification to till you to continue, also it has a more feature like recording your voice and share it also have the azkar and more."
}
}