diff options
author | Hailey <me@haileyok.com> | 2024-08-09 03:05:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-09 11:05:43 +0100 |
commit | 0f993a09c2ac7147f9a555cb243c1aff8fc2e48c (patch) | |
tree | d84d459fc2fcd4337166d9dfdd2beaafe348c432 /patches/expo-video+1.2.4.patch.md | |
parent | cb574b7be3757c25063957ff561bae6f1be7577f (diff) | |
download | voidsky-0f993a09c2ac7147f9a555cb243c1aff8fc2e48c.tar.zst |
[Video] Add `onEnterFullscreen` and `onExitFullscreen` to `VideoView` (#4907)
* patch expo video to add enter/exit fullscreen events * rm logs * Update expo-video+1.2.4.patch.md
Diffstat (limited to 'patches/expo-video+1.2.4.patch.md')
-rw-r--r-- | patches/expo-video+1.2.4.patch.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/patches/expo-video+1.2.4.patch.md b/patches/expo-video+1.2.4.patch.md new file mode 100644 index 000000000..689cf9a92 --- /dev/null +++ b/patches/expo-video+1.2.4.patch.md @@ -0,0 +1,6 @@ +## uwu woad beawing, do not wemove + +## `expo-video` Patch + +This patch adds two props to `VideoView`: `onEnterFullscreen` and `onExitFullscreen` which do exactly what they say on +the tin. |