mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-03-06 02:37:30 +08:00
Update
This commit is contained in:
45
app.json
Normal file
45
app.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"expo": {
|
||||
"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-build-properties",
|
||||
{
|
||||
"ios": {
|
||||
"newArchEnabled": false
|
||||
},
|
||||
"android": {
|
||||
"newArchEnabled": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"expo-router"
|
||||
],
|
||||
"experiments": {
|
||||
"typedRoutes": true
|
||||
},
|
||||
"name": "MyTVProject",
|
||||
"slug": "MyTVProject",
|
||||
"android": {
|
||||
"package": "com.tvproject"
|
||||
},
|
||||
"ios": {
|
||||
"bundleIdentifier": "com.tvproject"
|
||||
},
|
||||
"scheme": "tvproject"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user