Skip to content

Releases: abbasfreestyle/react-native-af-video-player

v0.2.1

29 May 23:51
Compare
Choose a tag to compare
  • Improved scrubber controls for iOS. Tapping on differents parts of the scrubber will take you straight to it's time.

v0.2.0

28 May 04:45
Compare
Choose a tag to compare
  • Better fullscreen support with multiple videos inside a ScrollView (not perfect)
  • More control with theme customization
  • Added onPlay() prop
  • Added refs seekTo(seconds)
  • Allow local images for placeholder and logo

v0.1.9

01 Apr 18:55
Compare
Choose a tag to compare
  • Applied hotfix for importing ScrollView and Container

v0.1.8

01 Apr 03:52
Compare
Choose a tag to compare

New features

  • Improved ScrollView support and added a ScrollView component that extends off RN own ScrollView
  • Added a Container component to add styles around the video.
  • Apply styles directly to the video component (will be ignored in fullscreen mode)
  • Added several callbacks, onEnd, onLoad, onProgress, onError
  • Animates to Fullscreen
  • Supports both Local and remote videos
  • Customise error message using the Alert component options
  • Optional lockRatio prop added

Deprecated

  • contentAbove prop
  • contentBelow prop