mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-30 09:51:13 +00:00
Added fullscreen options for iOS Player
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user