UNPKG

use-react-native-navigation

Version:

A utility library for a easier use of react-native-navigation library.

7 lines 246 B
/** * ### Use Track Navigation * * Set up the event Navigation event listeners to track the current componentId. */ export declare const useTrackNavigation: (passedComponentId: string) => void; //# sourceMappingURL=useTrackNavigation.d.ts.map