UNPKG

@react-navigation/native

Version:

React Native integration for React Navigation

7 lines 225 B
/** * Hook to get the path for the current route based on linking options. * * @returns Path for the current route. */ export declare function useRoutePath(): string | undefined; //# sourceMappingURL=useRoutePath.d.ts.map