Skip to content

Releases: TheWidlarzGroup/react-native-video-player

v0.16.3

05 May 18:43
cfb6fe2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.2...v0.16.3

v0.16.2

12 Feb 14:28
a8cec0a

Choose a tag to compare

What's Changed

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

v0.16.1

12 Feb 13:46
c6f72c5

Choose a tag to compare

What's Changed

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

v0.16.0

22 Jan 11:52
9e66d6c

Choose a tag to compare

What's Changed

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

v0.15.0

10 Dec 20:14
dd1141c

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

Choose a tag to compare

  • Import prop types from deprecated-react-native-prop-types (#165)

v0.13.0

29 Aug 11:18
d93a3d2

Choose a tag to compare

  • Stopping video via native props (#141)

v0.9.0

17 Jan 08:52
v0.9.0

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

Choose a tag to compare

  • Added seek method.

v0.8.0

25 Jul 10:11
v0.8.0

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.