@embrace-io/react-native-navigation
Version:
A React Native wrapper for the OTel Navigation instrumentation library that creates telemetry data representing Navigation changes
7 lines (6 loc) • 428 B
TypeScript
import * as React from "react";
import { TrackerProps } from "../types/navigation";
import { NativeNavRef as NativeNavigationTrackerRef } from "../hooks/useNativeNavigationTracker";
declare const NativeNavigationTracker: React.ForwardRefExoticComponent<TrackerProps & React.RefAttributes<import("../types/navigation").INativeNavigationContainer>>;
export { NativeNavigationTracker };
export type { NativeNavigationTrackerRef };