UNPKG

@react-navigation/stack

Version:

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

4 lines (3 loc) 204 B
/// <reference types="react-native-gesture-handler" /> import * as React from 'react'; export default function useGestureHandlerRef(): React.Ref<import("react-native-gesture-handler").PanGestureHandler>;