UNPKG

@datadog/mobile-react-native

Version:

A client-side React Native module to interact with Datadog

6 lines 409 B
import { withDatadogMetroConfig, getDatadogExpoConfig } from './metro/plugin/metroConfig'; import type { DatadogMetroConfigOptions } from './metro/plugin/metroConfig'; import type { DatadogExpoConfigOptions } from './metro/plugin/types/expoTypes'; export { withDatadogMetroConfig, getDatadogExpoConfig }; export type { DatadogMetroConfigOptions, DatadogExpoConfigOptions }; //# sourceMappingURL=metro.d.ts.map