This commit is contained in:
Fredrik Burmester
2024-08-06 14:48:23 +02:00
parent 8592f5d22f
commit 165a9ddde7
17 changed files with 318 additions and 77 deletions

View File

@@ -39,11 +39,7 @@
"expo-router",
"expo-font",
"react-native-compressor",
[
"react-native-google-cast",
{
}
],
["react-native-google-cast", {}],
[
"react-native-video",
{
@@ -56,6 +52,17 @@
}
}
],
[
"react-native-vlc-media-player",
{
"ios": {
"includeVLCKit": false
},
"android": {
"legacyJetifier": false
}
}
],
["expo-build-properties", { "ios": { "deploymentTarget": "14.0" } }]
],
"experiments": {