Skip to content

Commit

Permalink
fix: add allowsExternalPlayback missing on ReactVideoProps (#3398)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunrajput authored Dec 4, 2023
1 parent 91d7135 commit 72679a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,5 @@ export interface ReactVideoProps extends ReactVideoEvents {
volume?: number;
localSourceEncryptionKeyScheme?: string;
debug?: DebugConfig;
allowsExternalPlayback?: boolean; // iOS
}

0 comments on commit 72679a7

Please sign in to comment.