mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-14 15:52:37 +08:00
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
7 lines
186 B
TypeScript
7 lines
186 B
TypeScript
export {
|
|
PanGestureHandler,
|
|
GestureHandlerRootView,
|
|
GestureState,
|
|
} from './GestureHandlerStub';
|
|
export type { PanGestureHandlerGestureEvent } from 'react-native-gesture-handler';
|