chore: deps

This commit is contained in:
Fredrik Burmester
2024-08-14 08:13:29 +02:00
parent a80e065cdb
commit e522e1dcc0
4 changed files with 4 additions and 10 deletions

View File

@@ -13,17 +13,13 @@
"backgroundColor": "#29164B"
},
"jsEngine": "hermes",
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"requireFullScreen": true,
"infoPlist": {
"NSCameraUsageDescription": "The app needs access to your camera to scan barcodes.",
"NSMicrophoneUsageDescription": "The app needs access to your microphone.",
"UIBackgroundModes": [
"audio"
],
"UIBackgroundModes": ["audio"],
"NSLocalNetworkUsageDescription": "The app needs access to your local network to connect to your Jellyfin server.",
"NSAppTransportSecurity": {
"NSAllowsArbitraryLoads": true,
@@ -106,8 +102,7 @@
{
"motionPermission": "Allow Streamyfin to access your device motion for landscape video watching."
}
],
"expo-video"
]
],
"experiments": {
"typedRoutes": true