UNPKG

@embrace-io/react-native-navigation

Version:

A React Native wrapper for the OTel Navigation instrumentation library that creates telemetry data representing Navigation changes

4 lines (3 loc) 581 B
declare const EmbraceNavigationTracker: import("react").ForwardRefExoticComponent<import("./EmbraceNavigationWrapper").EmbraceNavigationWrapperProps & import("react").RefAttributes<import("./instrumentation/types/navigation").INavigationContainer>>; declare const EmbraceNativeNavigationTracker: import("react").ForwardRefExoticComponent<import("./EmbraceNavigationWrapper").EmbraceNavigationWrapperProps & import("react").RefAttributes<import("./instrumentation/types/navigation").INativeNavigationContainer>>; export { EmbraceNavigationTracker, EmbraceNativeNavigationTracker };