UNPKG

272 BTypeScriptView Raw
1import type { NavigationProp } from './types';
2/**
3 * Hook to access the navigation prop of the parent screen anywhere.
4 *
5 * @returns Navigation prop of the parent screen.
6 */
7export default function useNavigation<T = NavigationProp<ReactNavigation.RootParamList>>(): T;