-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
29 lines (29 loc) · 820 Bytes
/
app.json
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
{
"expo": {
"plugins": [
[
"@react-native-tvos/config-tv",
{
"androidTVBanner": "./assets/images/icon-400x240.png",
"appleTVImages": {
"icon": "./assets/images/icon-1280x768.png",
"iconSmall": "./assets/images/icon-400x240.png",
"iconSmall2x": "./assets/images/icon-800x480.png",
"topShelf": "./assets/images/icon-1920x720.png",
"topShelf2x": "./assets/images/icon-3840x1440.png",
"topShelfWide": "./assets/images/icon-2320x720.png",
"topShelfWide2x": "./assets/images/icon-4640x1440.png"
}
}
]
],
"name": "n",
"slug": "n",
"android": {
"package": "com.anonymous.n"
},
"ios": {
"bundleIdentifier": "com.anonymous.n"
}
}
}