feat: update image requirements to landscape orientation and add CI/CD workflow
Some checks failed
Build App / build (push) Failing after 3m44s

This commit is contained in:
2026-03-01 15:53:36 +01:00
parent 44b4277b8e
commit 2f4a238eba
9 changed files with 95 additions and 15 deletions

View File

@@ -1,30 +1,37 @@
{
"expo": {
"name": "mobile",
"slug": "mobile",
"name": "TV Control",
"slug": "tv-control",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
"backgroundColor": "#8c8c8c"
},
"ios": {
"supportsTablet": true
"supportsTablet": false,
"bundleIdentifier": "dev.reversed.tvcontrol"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
"backgroundColor": "#8c8c8c"
},
"package": "dev.reversed.tvcontrol",
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "4e663169-e9d3-4ca5-95e3-4c2477fcd072"
}
}
}
}