bitmovin-player-react-native
Version:
Official React Native bindings for Bitmovin's mobile Player SDKs.
8 lines • 313 B
TypeScript
import { Player } from '../player';
import { PlayerConfig } from '../playerConfig';
/**
* React hook that creates and returns a reference to a `Player` instance
* that can be used inside any component.
*/
export declare function usePlayer(config?: PlayerConfig): Player;
//# sourceMappingURL=usePlayer.d.ts.map