-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
63 lines (63 loc) · 1.6 KB
/
app.json
File metadata and controls
63 lines (63 loc) · 1.6 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"expo": {
"scheme": "routertv",
"plugins": [
[
"@react-native-tvos/config-tv",
{
"androidTVBanner": "./assets/tv_icons/icon-400x240.png",
"appleTVImages": {
"icon": "./assets/tv_icons/icon-1280x768.png",
"iconSmall": "./assets/tv_icons/icon-400x240.png",
"iconSmall2x": "./assets/tv_icons/icon-800x480.png",
"topShelf": "./assets/tv_icons/icon-1920x720.png",
"topShelf2x": "./assets/tv_icons/icon-3840x1440.png",
"topShelfWide": "./assets/tv_icons/icon-2320x720.png",
"topShelfWide2x": "./assets/tv_icons/icon-4640x1440.png"
}
}
],
"expo-router",
"expo-font",
"expo-build-properties",
"expo-web-browser",
"expo-maps"
],
"android": {
"edgeToEdgeEnabled": true,
"splash": {
"image": "./assets/images/splash.png"
},
"package": "com.tsetarsh.dwindow",
"config": {
"googleMaps": {
"apiKey": "$GOOGLE_MAPS_TOKEN"
}
}
},
"ios": {
"splash": {
"image": "./assets/images/splash.png"
},
"bundleIdentifier": "com.tsetarsh.dwindow"
},
"web": {
"bundler": "metro",
"favicon": "./assets/images/favicon.png",
"output": "static"
},
"experiments": {
"typedRoutes": true
},
"newArchEnabled": true,
"name": "dwindow",
"slug": "dwindow",
"extra": {
"router": {},
"eas": {
"projectId": "7b246f1d-1e7f-42e5-af99-ba1cebd4e559"
}
},
"owner": "tsetarsh"
}
}