UNPKG

bitmovin-player-react-native

Version:

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

8 lines (7 loc) 244 B
import { ConfigPlugin } from 'expo/config-plugins'; export type PluginProps = { spacing?: string; dependencies?: string[]; }; declare const withAppGradleDependencies: ConfigPlugin<PluginProps>; export default withAppGradleDependencies;