Added fullscreen options for iOS Player

This commit is contained in:
Ash Mishra
2018-08-09 09:58:03 -07:00
parent 3ba26eb45a
commit f45d6a2c3e
5 changed files with 159 additions and 97 deletions

View File

@@ -289,6 +289,11 @@ Video.propTypes = {
PropTypes.object
]),
fullscreen: PropTypes.bool,
fullscreenOptions: PropTypes.shape({
enabled: PropTypes.bool,
preferredOrientation: PropTypes.string,
autorotate: PropTypes.bool
}),
onVideoLoadStart: PropTypes.func,
onVideoLoad: PropTypes.func,
onVideoBuffer: PropTypes.func,