Skip to content

Commit 184b04d

Browse files
authored
add some missing typedefs to JwConfig (#83)
1 parent d3bb9b6 commit 184b04d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.d.ts

+6
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ declare module "@jwplayer/jwplayer-react-native" {
2626
advertising?: JwAdvertisingConfig;
2727
playbackRates?: number[];
2828
playbackRateControls?: boolean;
29+
// Non-Json Parsing props
2930
license: string;
31+
playerInModal?: boolean;
32+
fullScreenOnLandscape?: boolean;
33+
landscapeOnFullScreen?: boolean;
34+
portraitOnExitFullScreen?: boolean;
35+
exitFullScreenOnPortrait?: boolean;
3036
}
3137

3238
type JwThumbnailPreview = 101 | 102 | 103;

0 commit comments

Comments
 (0)