-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.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": "Random Insights",
"slug": "random-insights",
"version": "1.0.2",
"icon": "./assets/Lotus_Icon_Filled_Gray.png",
"userInterfaceStyle": "light",
"orientation": "portrait",
"splash": {
"image": "./assets/Lotus_Icon_Filled.png",
"resizeMode": "contain",
"backgroundColor": "#d3d3d3"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"infoPlist": {
"UIBackgroundModes": ["audio"]
},
"bundleIdentifier": "com.eldss.randominsights"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#D3D3D3"
},
"package": "com.eldss.randominsights"
},
"web": {
"favicon": "./assets/Lotus_Icon_Filled_Gray.png"
},
"extra": {
"eas": {
"projectId": "851d17dc-25b3-431c-8d33-7f77ef150710"
}
},
"owner": "eldss",
"plugins": ["expo-localization"],
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/851d17dc-25b3-431c-8d33-7f77ef150710"
}
}
}