Skip to content

Releases: TheWidlarzGroup/react-native-video-player

v0.16.2

12 Feb 14:28
a8cec0a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.1...v0.16.2

v0.16.1

12 Feb 13:46
c6f72c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

22 Jan 11:52
9e66d6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

10 Dec 20:14
dd1141c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0

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.