react-native-video
Advanced tools
Changelog
Version 6.0.0-alpha.1
Remove Android MediaPlayer support #2724 WARNING: when switching from older version to V6, you need to remove all refrerences of android-exoplayer. This android-exoplayer folder has been renamed to android. Exoplayer is now the only player implementation supported.
Replace Image.propTypes with ImagePropTypes. #2718
Fix iOS build caused by type mismatch #2720
ERROR TypeError: undefined is not an object (evaluating '_reactNative.Image.propTypes.resizeMode') #2714
Fix video endless loop when repeat set to false or not specified. #2329
Changelog
Version 6.0.0-alpha.0
hideShutterView
before showing the shutterView
on Android #2609onReadyForDisplay
not being called #2721_eventDispatcher
on iOS target to match bridge.eventDispatcher()
#2720Changelog
Version 5.2.0
Changelog
Version 5.1.0-alpha6
preferredForwardBufferDuration
(iOS) - the duration the player should buffer media from the network ahead of the playhead to guard against playback disruption. (#1944)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)trackId
(Android ExoPlayer) - Configure an identifier for the video stream to link the playback context to the events emitted. (#1944)