mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-29 09:23:24 +00:00
Remove currentTime property which was removed in 6.0.0 alpha 6
This commit is contained in:
@@ -516,7 +516,6 @@ Video.propTypes = {
|
||||
controls: PropTypes.bool,
|
||||
audioOnly: PropTypes.bool,
|
||||
audioOutput: PropTypes.oneOf(['earpiece', 'speaker']),
|
||||
currentTime: PropTypes.number,
|
||||
fullscreenAutorotate: PropTypes.bool,
|
||||
fullscreenOrientation: PropTypes.oneOf(['all', 'landscape', 'portrait']),
|
||||
progressUpdateInterval: PropTypes.number,
|
||||
|
||||
Reference in New Issue
Block a user