-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
46 lines (46 loc) · 1.13 KB
/
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
41
42
43
44
45
46
{
"expo": {
"name": "KonferenciApp",
"slug": "konferenciapp",
"scheme": "konferenciapp",
"version": "1.2.1",
"orientation": "portrait",
"icon": "./assets/icon-rounded.png",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#000000"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"icon": "./assets/icon.png",
"supportsTablet": true,
"bundleIdentifier": "hu.kirdev.konferenciapp"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000000"
},
"package": "com.kirdev.konferenciapp"
},
"extra": {
"eas": {
"projectId": "922ba2d9-369f-4940-aba6-9f2331f1f1c1"
}
},
"updates": {
"url": "https://u.expo.dev/922ba2d9-369f-4940-aba6-9f2331f1f1c1"
},
"runtimeVersion": {
"policy": "sdkVersion"
},
"owner": "kir-dev",
"plugins": ["expo-router"],
"notification": {
"icon": "./assets/notification-icon.png",
"color": "#000000"
}
}
}