diff --git a/types/react-native-video/index.d.ts b/types/react-native-video/index.d.ts index 60bb96ffd2..d3e26f36e7 100644 --- a/types/react-native-video/index.d.ts +++ b/types/react-native-video/index.d.ts @@ -53,6 +53,8 @@ export interface VideoProperties extends ViewProps { src?: any; seek?: number; fullscreen?: boolean; + fullscreenOrientation?: 'all' | 'landscape' | 'portrait'; + fullscreenAutorotate?: boolean; onVideoLoadStart?(): void; onVideoLoad?(): void; onVideoBuffer?(): void;