@sentry/react-native
Version:
Official Sentry SDK for react-native
9 lines • 419 B
TypeScript
import type * as React from 'react';
type NavigationContainerComponent = React.ComponentType<Record<string, unknown>>;
/**
* @returns NavigationContainer from @react-navigation/native or null if not installed.
* The result is cached after the first call.
*/
export declare function getNavigationContainerComponent(): NavigationContainerComponent | null;
export {};
//# sourceMappingURL=reactNavigationImport.d.ts.map