-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
65 lines (65 loc) · 1.83 KB
/
app.json
File metadata and controls
65 lines (65 loc) · 1.83 KB
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
55
56
57
58
59
60
61
62
63
64
65
{
"expo": {
"name": "끼리",
"description": "함께라서 더욱 즐거운 우리, 우리 끼리의 소소한 일상을 기록하세요.",
"slug": "kirri",
"version": "1.0.0",
"owner": "100milliongold",
"orientation": "portrait",
"icon": "./assets/images/ic_launcher.png",
"notification": {
"icon": "./assets/images/ic_launcher.png"
},
"scheme": "kirri",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.duck7.kirri"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/kkiri_launcher_icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.duck7.kirri",
"googleServicesFile": "./google-services.json"
},
"web": {
"favicon": "./assets/images/favicon.png"
},
"packagerOpts": {
"config": "metro.config.js",
"sourceExts": [
"expo.ts",
"expo.tsx",
"expo.js",
"expo.jsx",
"ts",
"tsx",
"js",
"jsx",
"json",
"wasm",
"svg",
"svgx"
]
}
},
"ios": {
"bundleIdentifier": "com.duck7.kirri",
"buildNumber": "1.0.0"
},
"android": {
"package": "com.duck7.kirri",
"versionCode": 1
}
}