UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

6 lines (5 loc) 343 B
export type { GestureDetectorProps } from './common'; export { GestureDetectorType } from './common'; export { GestureDetector } from './GestureDetector'; export { InterceptingGestureDetector } from './VirtualDetector/InterceptingGestureDetector'; export { VirtualDetector as VirtualGestureDetector } from './VirtualDetector/VirtualDetector';