Releases: abbasfreestyle/react-native-af-video-player
Releases · abbasfreestyle/react-native-af-video-player
v0.2.1
v0.2.0
- 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
- Applied hotfix for importing ScrollView and Container
v0.1.8
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