forked from AmitkumarMishra-code/draftbit-oauth
-
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) · 908 Bytes
/
app.json
File metadata and controls
41 lines (41 loc) · 908 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": "Social Auth Xano",
"slug": "social-auth",
"scheme": "social-auth",
"description": "My app powered by Draftbit",
"privacy": "unlisted",
"platforms": [
"ios"
],
"version": "1.0.0",
"orientation": "default",
"icon": "./assets/images/icon.png",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "cover",
"backgroundColor": "#5A45FF"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"bundleIdentifier": "com.test.socialauth",
"supportsTablet": false,
"buildNumber": "1.0.0",
"infoPlist": {},
"usesIcloudStorage": false
},
"android": {
"versionCode": 1,
"package": "com.draftbit.untitledapp",
"permissions": []
},
"web": {
"themeColor": "#000000"
},
"notification": {
"androidMode": "default"
}
}
}