Update index.d.ts (#37923)

Added two properties to the type definition. These are specified in the documentation and do have effect on fullscreen presentation, but are missing in the types
This commit is contained in:
Laurens Lamberts
2019-09-11 15:45:34 +02:00
committed by Mine Starks
parent c6f98efdf7
commit c8fd725af2

View File

@@ -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;