@react-navigation/stack
Version:
Stack navigator component for iOS and Android with animated transitions and gestures
5 lines • 429 B
TypeScript
import { type PanGestureHandlerProperties } from 'react-native-gesture-handler';
export declare function PanGestureHandler(props: PanGestureHandlerProperties): import("react/jsx-runtime").JSX.Element;
export type { PanGestureHandlerGestureEvent } from 'react-native-gesture-handler';
export { GestureHandlerRootView, State as GestureState, } from 'react-native-gesture-handler';
//# sourceMappingURL=GestureHandlerNative.d.ts.map