UNPKG

@datadog/mobile-react-native-code-push

Version:

A client-side React Native module to interact with Appcenter Codepush and Datadog

10 lines 487 B
import { DatadogProvider } from '@datadog/mobile-react-native'; import type { DdSdkReactNativeConfiguration } from '@datadog/mobile-react-native'; /** * Use this class instead of DdSdkReactNative to initialize the Datadog SDK when using AppCenter CodePush. */ export declare const DatadogCodepush: { initialize(configuration: DdSdkReactNativeConfiguration): Promise<void>; }; export declare const DatadogCodepushProvider: typeof DatadogProvider; //# sourceMappingURL=index.d.ts.map