Files
react-navigation/packages/stack/src/views/GestureHandler.tsx
Kai Guo 8468c46cab feat: add Windows and macOS support (#8570)
react-native-gesture-handler doesn't have Windows/macOS implementation yet, use the web version as stubs for now to enable navigation features for Windows and mac.

Close https://github.com/microsoft/react-native-windows/issues/3884
Close https://github.com/microsoft/react-native-windows/issues/4044
2020-07-28 23:51:41 +02:00

7 lines
186 B
TypeScript

export {
PanGestureHandler,
GestureHandlerRootView,
GestureState,
} from './GestureHandlerStub';
export type { PanGestureHandlerGestureEvent } from 'react-native-gesture-handler';