Skip to content

Releases: quipper/react-native-brightcove-player

1.2.0: Merge pull request #7 from manse/feat/new-events

06 Jun 07:21
eb55db4
Compare
Choose a tag to compare
  • Add the following callbacks
    • onChangeDuration: Indicates the video length is changed
    • onUpdateBufferProgress: Indicates the video loading buffer is updated
    • onEnterFullscreen: Indicates the player enters full screen
    • onExitFullscreen: Indicates the player exit full screen
  • Add the following prop
    • fullscreen: boolean: Control full screen state
    • disableDefaultControl: 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

31 May 13:37
8d8770d
Compare
Choose a tag to compare
  • 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 and referenceId added instead of videoReferenceId