UNPKG

bitmovin-player-react-native

Version:

Official React Native bindings for Bitmovin's mobile Player SDKs.

5 lines (4 loc) 234 B
import { ConfigPlugin } from 'expo/config-plugins'; import { BitmovinConfigOptions } from './withBitmovinConfig'; declare const withBitmovinAndroidConfig: ConfigPlugin<BitmovinConfigOptions>; export default withBitmovinAndroidConfig;