Entry for ExoPlayer starts paused when playInBackground set

This commit is contained in:
Hampton Maxwell 2018-06-09 16:27:52 -07:00
parent 24766c2e3b
commit d67b35329d

View File

@ -1,5 +1,8 @@
## Changelog
### Next Version
* Fix bug that caused ExoPlayer to start paused if playInBackground was set [#833](https://github.com/react-native-community/react-native-video/pull/833)
### Version 2.2.0
* Text track selection support for iOS & ExoPlayer [#1049](https://github.com/react-native-community/react-native-video/pull/1049)
* Support outputting to a TextureView on Android ExoPlayer [#1058](https://github.com/react-native-community/react-native-video/pull/1058)