-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
31 lines (31 loc) · 772 Bytes
/
Copy pathapp.json
File metadata and controls
31 lines (31 loc) · 772 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
{
"expo": {
"name": "mobile-app-tasks",
"displayName": "mobile-app-tasks",
"scheme": "mobile-app-tasks",
"slug": "tasks manager app",
"version": "0.2.0",
"icon": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/icon.png?raw=true",
"splash": {
"image": "https://github.com/expo/expo/blob/master/templates/expo-template-blank/assets/splash.png?raw=true",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"plugins": [
"expo-router"
],
"web": {
"bundler": "metro"
},
"experiments": {
"typedRoutes": true,
"tsconfigPaths": true
},
"android": {
"package": "app.android"
}
}
}