- Fixed actually using
seekBarBackground
from custom style. - Fixed a setState after unmount
- Added
videoWrapper
custom style. - Added
disableControlsAutoHide
prop that stops the controls from hiding after the timeout.
- Added a hitSlop to the seek bar knob.
- Fixed the seek bar on android.
- Changed the way the seek bar is build up. There are new customStyles called
seekBarFullWidth
andseekBarBackground
. 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 customseekBar
styles.
- The seekBar is now seek-able.
- Added
seekBarKnob
tocustomStyles
to style the seek bar knob.
resizeMode
prop added, now defaults tocontain
customStyles
prop added, allows for customization of the player.