Fix Android onSeek

This commit is contained in:
Hampton Maxwell 2018-11-27 19:55:10 -08:00
parent e1c1eb6dc8
commit ecf89f6d79

View File

@ -1,5 +1,9 @@
## Changelog
### Version 4.0.2
* Generate onSeek on Android ExoPlayer & MediaPlayer after seek completes [#1351](https://github.com/react-native-community/react-native-video/pull/1351)
* Remove unneeded onVideoSaved event [#1350](https://github.com/react-native-community/react-native-video/pull/1350)
### Version 4.0.1
* Add missing files to package.json [#1342](https://github.com/react-native-community/react-native-video/pull/1342)