diff options
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. |