UNPKG

@react-navigation/stack

Version:

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

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