Skip to content

Releases: cornedor/react-native-video-player

v0.14.0

29 Aug 11:19
e575fa8
Compare
Choose a tag to compare
  • Import prop types from deprecated-react-native-prop-types (#165)

v0.13.0

29 Aug 11:18
d93a3d2
Compare
Choose a tag to compare
  • Stopping video via native props (#141)

v0.9.0

17 Jan 08:52
v0.9.0
Compare
Choose a tag to compare

0.9.0

  • Added stop method.
  • Added pause method.
  • Added resume method.
  • Fixed seekbar not resetting after replaying video.

v0.8.6

20 Nov 09:15
v0.8.6
Compare
Choose a tag to compare
  • Added seek method.

v0.8.0

25 Jul 10:11
v0.8.0
Compare
Choose a tag to compare
  • Updated to react native 0.46.4 and fixed PropTypes (thanks @Traviskn).
  • Added onStart property (thanks @gvillenave).
  • Added onPlayPress, onHideControls, onShowControls callbacks.
  • Added disableFullscreen prop.

v0.7.0

07 Jun 09:15
Compare
Choose a tag to compare
  • 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.

v0.6.1

14 Feb 13:20
v0.6.1
Compare
Choose a tag to compare
  • 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
    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.

v0.6.0

14 Feb 13:11
v0.6.0
Compare
Choose a tag to compare
  • The seekBar is now seek-able.
  • Added seekBarKnob to customStyles to style the seek bar knob.