-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
39 lines (39 loc) · 848 Bytes
/
app.json
File metadata and controls
39 lines (39 loc) · 848 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
30
31
32
33
34
35
36
37
38
39
{
"expo": {
"name": "Climate Mind",
"owner": "climatemind",
"slug": "climate-mind",
"version": "1.0.6",
"orientation": "portrait",
"icon": "./src/assets/app-icon.png",
"splash": {
"image": "./src/assets/SplashScreen.png",
"resizeMode": "contain",
"backgroundColor": "#B9E6E0"
},
"assetBundlePatterns": [
"**/*"
],
"android": {
"package": "org.climatemind.app"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "org.climatemind.app"
},
"extra": {
"eas": {
"projectId": "d3f6d39c-a2f2-412d-9434-6cb0e2739ebc"
}
},
"runtimeVersion": {
"policy": "sdkVersion"
},
"updates": {
"url": "https://u.expo.dev/d3f6d39c-a2f2-412d-9434-6cb0e2739ebc"
},
"plugins": [
"expo-font"
]
}
}