restored autorotate to fullscreen options

This commit is contained in:
Ash Mishra
2018-10-18 15:21:46 -07:00
parent 2c391f5807
commit 67406b5e7b
6 changed files with 21 additions and 1 deletions

View File

@@ -354,6 +354,7 @@ Video.propTypes = {
controls: PropTypes.bool,
audioOnly: PropTypes.bool,
currentTime: PropTypes.number,
fullscreenAutorotate: PropTypes.bool,
fullscreenOrientation: PropTypes.oneOf(['all','landscape','portrait']),
progressUpdateInterval: PropTypes.number,
useTextureView: PropTypes.bool,