bitmovin-player-react-native
Version:
Official React Native bindings for Bitmovin's mobile Player SDKs.
10 lines • 630 B
TypeScript
import React from 'react';
import { PlayerViewProps } from './properties';
/**
* Component that provides the Bitmovin Player UI and default UI handling to an attached `Player` instance.
* This component needs a `Player` instance to work properly so make sure one is passed to it as a prop.
*
* @param options configuration options
*/
export declare function PlayerView({ viewRef, style, player, config, fullscreenHandler, customMessageHandler, isFullscreenRequested, scalingMode, isPictureInPictureRequested, pictureInPictureActions, ...props }: PlayerViewProps): React.JSX.Element | null;
//# sourceMappingURL=index.d.ts.map