react-native-screens
Version:
Native navigation primitives for your React Native app.
5 lines • 416 B
TypeScript
import React from 'react';
import type { GestureProviderProps } from 'src/native-stack/types';
declare const ScreenGestureDetector: ({ children, gestureDetectorBridge, goBackGesture, screenEdgeGesture, transitionAnimation: customTransitionAnimation, screensRefs, currentRouteKey, }: GestureProviderProps) => React.JSX.Element;
export default ScreenGestureDetector;
//# sourceMappingURL=ScreenGestureDetector.d.ts.map