Merge branch 'master' of https://github.com/react-native-video/react-native-video into fix/ensure_player_stop_on_invalid_url

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
olivier bouillet
2022-10-02 21:25:26 +02:00
15 changed files with 247 additions and 148 deletions

View File

@@ -487,6 +487,7 @@ Video.propTypes = {
reportBandwidth: PropTypes.bool,
contentStartTime: PropTypes.number,
disableFocus: PropTypes.bool,
focusable: PropTypes.bool,
disableBuffering: PropTypes.bool,
controls: PropTypes.bool,
audioOnly: PropTypes.bool,