-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
27 lines (27 loc) · 751 Bytes
/
Copy pathapp.json
File metadata and controls
27 lines (27 loc) · 751 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
{
"expo": {
"name": "Weathering",
"slug": "weathering",
"version": "1.0.0",
"scheme": "weathering",
"orientation": "portrait",
"icon": "./src/assets/images/icon.png",
"userInterfaceStyle": "automatic",
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./src/assets/images/adaptive-icon-foreground.png",
"monochromeImage": "./src/assets/images/adaptive-icon-monochrome.png",
"backgroundImage": "./src/assets/images/adaptive-icon-background.png"
},
"package": "io.github.sitiom.weathering"
},
"experiments": {
"tsconfigPaths": true
},
"plugins": ["expo-router"]
}
}