forked from Flaque/quirk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
29 lines (29 loc) · 708 Bytes
/
app.json
File metadata and controls
29 lines (29 loc) · 708 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
{
"expo": {
"name": "quirk",
"slug": "quirk",
"privacy": "unlisted",
"sdkVersion": "31.0.0",
"platforms": ["ios", "android"],
"version": "1.6.0",
"orientation": "portrait",
"githubUrl": "https://github.com/Flaque/quirk",
"primaryColor": "#F8A5C2",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#F8A5C2"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": false,
"bundleIdentifier": "tech.econn.quirk",
"icon": "./assets/ios.png"
},
"android": {
"package": "tech.econn.quirk",
"permissions": [],
"icon": "./assets/android.png"
}
}
}