You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Callback for when controls show and hide.
Similar to onShowControls and onHideControls on react-native-video-controls.
Why it is needed
I need to add a custom button to the video controls. This callback would allow hiding and showing it.
I looked at react-native-video-controls and react-native-media-controls for solving this need, but I also need subtitle support that react-native-video has baked in.
The text was updated successfully, but these errors were encountered:
Feature Request
Callback for when controls show and hide.
Similar to
onShowControls
andonHideControls
onreact-native-video-controls
.Why it is needed
I need to add a custom button to the video controls. This callback would allow hiding and showing it.
I looked at
react-native-video-controls
andreact-native-media-controls
for solving this need, but I also need subtitle support thatreact-native-video
has baked in.The text was updated successfully, but these errors were encountered: