Add full screen support to Android Exoplayer (#1730)

This commit is contained in:
IbrahimSulai
2020-01-29 03:51:21 +05:30
committed by GitHub
parent 0df667692b
commit 9200dce1ae
7 changed files with 153 additions and 34 deletions

View File

@@ -1,5 +1,8 @@
## Changelog
### Version 5.1.1
* Added support for full-screen functionality in Android Exoplayer [#1730](https://github.com/react-native-community/react-native-video/pull/1730)
### Version 5.1.0-alpha1
* Fixed Exoplayer doesn't work with mute=true (Android). [#1696](https://github.com/react-native-community/react-native-video/pull/1696)
* Added support for automaticallyWaitsToMinimizeStalling property (iOS) [#1723](https://github.com/react-native-community/react-native-video/pull/1723)