react-native-video-player
Advanced tools
Changelog
0.8.1
disableSeek
, pauseOnPress
, fullScreenOnLongPress
(thanks @mateofd).Changelog
0.8.0
onStart
property (thanks @gvillenave).onPlayPress
, onHideControls
, onShowControls
callbacks.disableFullscreen
prop.Changelog
0.7.0
seekBarBackground
from custom style.videoWrapper
custom style.disableControlsAutoHide
prop that stops the controls from hiding after the timeout.Changelog
0.6.1
seekBarFullWidth
and seekBarBackground
. A part of the script needs the width of the seek bar. The padding is
added to this width by by reading paddingHorizontal or paddingLeft and paddingRight from the
custom seekBar
styles.Changelog
0.6.0
seekBarKnob
to customStyles
to style the seek bar knob.