fix: iOS only supports vtt captions

This commit is contained in:
Adrian Castro
2024-02-11 22:31:42 +01:00
parent 07096f0dec
commit 7483d6b973
2 changed files with 14 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ const defineConfig = (): ExpoConfig => ({
[
"expo-screen-orientation",
{
initialOrientation: "DEFAULT",
initialOrientation: "PORTRAIT_UP",
},
],
[