mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-06 22:18:26 +01:00
fix
This commit is contained in:
17
app.json
17
app.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user