diff options
author | Hailey <me@haileyok.com> | 2024-09-03 08:33:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 08:33:21 -0700 |
commit | 05e61346b8c20b242edf748d2d84a66aefa390f6 (patch) | |
tree | b70b284013ba22f2b680057ad81ba8eeefe82e6a /patches/expo-video+1.2.4.patch.md | |
parent | 0e1de199030e4106c791978c8a6bf52a90bbc269 (diff) | |
download | voidsky-05e61346b8c20b242edf748d2d84a66aefa390f6.tar.zst |
[Video] Say No to Audio (Disable `expo-video` `AudioSession` management) (#5101)
Diffstat (limited to 'patches/expo-video+1.2.4.patch.md')
-rw-r--r-- | patches/expo-video+1.2.4.patch.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patches/expo-video+1.2.4.patch.md b/patches/expo-video+1.2.4.patch.md index 689cf9a92..6dd85308b 100644 --- a/patches/expo-video+1.2.4.patch.md +++ b/patches/expo-video+1.2.4.patch.md @@ -4,3 +4,6 @@ This patch adds two props to `VideoView`: `onEnterFullscreen` and `onExitFullscreen` which do exactly what they say on the tin. + +This patch also removes the audio session management that Expo does on its own, as we handle audio session management +ourselves. |