UNPKG

@appello/mobile

Version:

Common package with many useful features for mobile development

4 lines (3 loc) 257 B
import { Nullable } from '@appello/common'; import { NavigationState, ParamListBase } from '@react-navigation/native'; export declare const getRouteName: <T extends ParamListBase>(navState: FirstTypeOfArray<NavigationState['routes']>) => Nullable<keyof T>;