UNPKG

react-native-screens

Version:
5 lines 397 B
import React from 'react'; import { GestureProviderProps } from '../types'; declare const ScreenGestureDetector: ({ children, gestureDetectorBridge, goBackGesture, screenEdgeGesture, transitionAnimation: customTransitionAnimation, screensRefs, currentScreenId, }: GestureProviderProps) => React.JSX.Element; export default ScreenGestureDetector; //# sourceMappingURL=ScreenGestureDetector.d.ts.map