UNPKG

bitmovin-player-react-native-analytics-conviva

Version:
12 lines (11 loc) 514 B
/** * Export as run-once plugin to prevent duplicate applications. * * This ensures the plugin is only applied once even if it appears multiple times * in the plugins array or is included indirectly by other plugins. * * The plugin is uniquely identified by the package name and version. */ declare const _default: import("expo/config-plugins").ConfigPlugin<import("./types").BitmovinConvivaAnalyticsPluginProps>; export default _default; export type { BitmovinConvivaAnalyticsPluginProps } from './types';