-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
57 lines (57 loc) · 1.52 KB
/
app.json
File metadata and controls
57 lines (57 loc) · 1.52 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
{
"expo": {
"android": {
"splash": {
"image": "./assets/images/splash.png"
}
},
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"icon": "./assets/tv_icons/icon-760x760.png",
"ios": {
"supportsTablet": true,
"splash": {
"image": "./assets/images/splash.png"
},
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"name": "SkiaMultiplatform",
"orientation": "portrait",
"plugins": [
[
"@react-native-tvos/config-tv",
{
"androidTVBanner": "./assets/tv_icons/icon-400x240.png",
"androidTVIcon": "./assets/tv_icons/icon-760x760.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-web-browser",
"expo-build-properties"
],
"scheme": "skiamultiplatform",
"slug": "SkiaMultiplatform",
"web": {
"bundler": "metro",
"favicon": "./assets/images/favicon.png",
"output": "static"
},
"extra": {
"router": {}
}
}
}