mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-03 04:04:33 +00:00
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:
committed by
Mine Starks
parent
c6f98efdf7
commit
c8fd725af2
2
types/react-native-video/index.d.ts
vendored
2
types/react-native-video/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user