@exodus/react-navigation-stack
Version:
Stack navigator component for iOS and Android with animated transitions and gestures
5 lines (4 loc) • 326 B
TypeScript
/// <reference types="react" />
import { PanGestureHandlerProperties } from 'react-native-gesture-handler';
export declare function PanGestureHandler(props: PanGestureHandlerProperties): JSX.Element;
export { GestureHandlerRootView, State as GestureState, PanGestureHandlerGestureEvent, } from 'react-native-gesture-handler';