-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
40 lines (40 loc) · 1.07 KB
/
app.json
File metadata and controls
40 lines (40 loc) · 1.07 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
{
"expo": {
"plugins": [
[
"@react-native-tvos/config-tv",
{
"androidTVBanner": "./assets/images/react-logo-400x240.png",
"appleTVImages": {
"icon": "./assets/images/react-logo-1280x768.png",
"iconSmall": "./assets/images/react-logo-400x240.png",
"iconSmall2x": "./assets/images/react-logo-800x480.png",
"topShelf": "./assets/images/react-logo-1920x720.png",
"topShelf2x": "./assets/images/react-logo-3840x1440.png",
"topShelfWide": "./assets/images/react-logo-2320x720.png",
"topShelfWide2x": "./assets/images/react-logo-4640x1440.png"
}
}
],
[
"expo-build-properties",
{
"ios": {
"newArchEnabled": true
},
"android": {
"newArchEnabled": true
}
}
]
],
"name": "TVInputDemo",
"slug": "TVInputDemo",
"android": {
"userInterfaceStyle": "automatic"
},
"ios": {
"userInterfaceStyle": "automatic"
}
}
}