UNPKG

@react-navigation/stack

Version:

Stack navigator component for iOS and Android with animated transitions and gestures

4 lines 267 B
import type { Route } from '@react-navigation/native'; import type { StackDescriptorMap } from '../types'; export declare const getModalRouteKeys: (routes: Route<string>[], descriptors: StackDescriptorMap) => string[]; //# sourceMappingURL=getModalRoutesKeys.d.ts.map