bitmovin-player-react-native
Version:
Official React Native bindings for Bitmovin's mobile Player SDKs.
10 lines (7 loc) • 370 B
text/typescript
import { createRunOncePlugin } from 'expo/config-plugins';
import withBitmovinConfig from './withBitmovinConfig';
import Features from './Features';
// Keeping the name, and version in sync with it's package.
const pkg = require('../../package.json');
export { Features as FeatureFlags };
export default createRunOncePlugin(withBitmovinConfig, pkg.name, pkg.version);