react-native-screens
Version:
Native navigation primitives for your React Native app.
5 lines • 397 B
TypeScript
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