-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
40 lines (40 loc) · 1016 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
38
39
40
{
"expo": {
"name": "Catbook",
"slug": "Catbook",
"platforms": ["ios", "android", "web"],
"version": "1.0.15",
"web": {
"startUrl": "/catbook",
"display": "minimal-ui"
},
"android": {
"versionCode": 15,
"package": "com.github.imki123",
"permissions": []
},
"ios": {
"buildNumber": "1.0.15",
"supportsTablet": true,
"bundleIdentifier": "com.github.imki123"
},
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"description": "귀여운 고양이🐈와 강아지🐕 사진이 듬뿍! Catbook에서 힐링하세요~😄",
"githubUrl": "https://github.com/imki123/catbook",
"extra": {
"eas": {
"projectId": "f208e765-c91e-4da0-9e9e-663eb53ec1d1"
}
}
}
}