Releases: quipper/react-native-brightcove-player
Releases · quipper/react-native-brightcove-player
1.2.0: Merge pull request #7 from manse/feat/new-events
- Add the following callbacks
onChangeDuration
: Indicates the video length is changedonUpdateBufferProgress
: Indicates the video loading buffer is updatedonEnterFullscreen
: Indicates the player enters full screenonExitFullscreen
: Indicates the player exit full screen
- Add the following prop
fullscreen: boolean
: Control full screen statedisableDefaultControl
: Disable default player control
- Fixed an issue app crashes when video is played to the end with
onProgress
1.1.0: Merge pull request #2 from manse/feat/props
-
Partially supported to issue #1
-
Add props
play
,autoPlay
-
Add method
seekTo
-
Add events
onReady()
,onPlay()
,onPause()
,onEnd()
,onProgress()
-
Fixed the issue Fullscreen button does not work on Android
-
I noticed that there are two ways to specify video, so I fixed it
videoId
andreferenceId
added instead ofvideoReferenceId