UNPKG

@react-navigation/stack

Version:

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

5 lines (4 loc) 266 B
import * as React from 'react'; import { PanGestureHandler } from 'react-native-gesture-handler'; declare const _default: React.Context<((instance: PanGestureHandler | null) => void) | React.RefObject<PanGestureHandler> | null | undefined>; export default _default;