@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) • 386 B
TypeScript
import * as React from "react";
import { TrackerProps } from "../types/navigation";
import { NavRef as NavigationTrackerRef } from "../hooks/useNavigationTracker";
declare const NavigationTracker: React.ForwardRefExoticComponent<TrackerProps & React.RefAttributes<import("../types/navigation").INavigationContainer>>;
export { NavigationTracker };
export type { NavigationTrackerRef };