about summary refs log tree commit diff
path: root/patches/expo-video+1.2.4.patch
Commit message (Collapse)AuthorAgeFilesLines
* [Video] Use `expo-video` from fork (#5159)Hailey2024-09-051-608/+0
|
* [Video] Add loading state to player (#5149)Hailey2024-09-041-30/+81
|
* [Video] Manage foreground/background playback on the native side (#5104)Hailey2024-09-031-3/+90
|
* [Video] Say No to Audio (Disable `expo-video` `AudioSession` management) (#5101)Hailey2024-09-031-28/+118
|
* tweak (#5024)Hailey2024-08-291-7/+5
|
* [Video] Add `timeRemainingChange` event to `player` in `expo-video` (#5013)Hailey2024-08-291-11/+258
|
* [Video] Add `onEnterFullscreen` and `onExitFullscreen` to `VideoView` (#4907)Hailey2024-08-091-0/+135
* patch expo video to add enter/exit fullscreen events * rm logs * Update expo-video+1.2.4.patch.md