This commit is contained in:
Fredrik Burmester
2024-08-06 08:18:17 +02:00
parent 2aa30ab4ca
commit 382e70cf8e
55 changed files with 4135 additions and 397 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "Streamyfin",
"slug": "streamyfin",
"version": "0.0.5",
"version": "0.0.6",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "streamyfin",
@@ -39,6 +39,11 @@
"expo-router",
"expo-font",
"react-native-compressor",
[
"react-native-google-cast",
{
}
],
[
"react-native-video",
{
@@ -50,7 +55,8 @@
"useExoplayerDash": false
}
}
]
],
["expo-build-properties", { "ios": { "deploymentTarget": "14.0" } }]
],
"experiments": {
"typedRoutes": true