mirror of
https://github.com/zoriya/react-native-video.git
synced 2025-12-06 07:16:12 +00:00
fix: add allowsExternalPlayback missing on ReactVideoProps (#3398)
This commit is contained in:
@@ -221,4 +221,5 @@ export interface ReactVideoProps extends ReactVideoEvents {
|
||||
volume?: number;
|
||||
localSourceEncryptionKeyScheme?: string;
|
||||
debug?: DebugConfig;
|
||||
allowsExternalPlayback?: boolean; // iOS
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user