We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bb9b6 commit 184b04dCopy full SHA for 184b04d
index.d.ts
@@ -26,7 +26,13 @@ declare module "@jwplayer/jwplayer-react-native" {
26
advertising?: JwAdvertisingConfig;
27
playbackRates?: number[];
28
playbackRateControls?: boolean;
29
+ // Non-Json Parsing props
30
license: string;
31
+ playerInModal?: boolean;
32
+ fullScreenOnLandscape?: boolean;
33
+ landscapeOnFullScreen?: boolean;
34
+ portraitOnExitFullScreen?: boolean;
35
+ exitFullScreenOnPortrait?: boolean;
36
}
37
38
type JwThumbnailPreview = 101 | 102 | 103;
0 commit comments