Add Android MediaPlayer fullscreen support

This commit is contained in:
Hampton Maxwell 2018-07-17 17:50:09 -07:00
parent 24046e44a5
commit 46d0bc88b7

View File

@ -1,5 +1,8 @@
## Changelog
### Next Version
* Basic fullscreen support for Android MediaPlayer [#1138](https://github.com/react-native-community/react-native-video/pull/1138)
### Version 3.1.0
* Support sidecar text tracks on iOS [#1109](https://github.com/react-native-community/react-native-video/pull/1109)
* Support onAudioBecomingNoisy on iOS [#1131](https://github.com/react-native-community/react-native-video/pull/1131)