Removed JS fullscreening for Android (#2013)

This commit is contained in:
Jens Andersson
2020-06-11 16:44:13 +02:00
committed by GitHub
parent 7c8c613a65
commit f395bd1d3d
7 changed files with 5 additions and 121 deletions

View File

@@ -9,6 +9,7 @@
- Added `preferredForwardBufferDuration` (iOS) - the duration the player should buffer media from the network ahead of the playhead to guard against playback disruption. (#1944)
- Added `currentPlaybackTime` (Android ExoPlayer, iOS) - when playing an HLS live stream with a `EXT-X-PROGRAM-DATE-TIME` tag configured, then this property will contain the epoch value in msec. (#1944)
- Added `trackId` (Android ExoPlayer) - Configure an identifier for the video stream to link the playback context to the events emitted. (#1944)
- Reverted the JS fullscreening for Android. [#2013](https://github.com/react-native-community/react-native-video/pull/2013)
### Version 5.1.0-alpha5