UNPKG

react-native-gesture-handler

Version:

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

16 lines (13 loc) 737 B
"use strict"; export { useTapGesture } from './tap/useTapGesture'; export { useFlingGesture } from './fling/useFlingGesture'; export { useLongPressGesture } from './longPress/useLongPressGesture'; export { usePinchGesture } from './pinch/usePinchGesture'; export { useRotationGesture } from './rotation/useRotationGesture'; export { useHoverGesture } from './hover/useHoverGesture'; export { useManualGesture } from './manual/useManualGesture'; export { useNativeGesture } from './native/useNativeGesture'; export { usePanGesture } from './pan/usePanGesture'; /* eslint-disable @typescript-eslint/no-duplicate-type-constituents */ /* eslint-enable @typescript-eslint/no-duplicate-type-constituents */ //# sourceMappingURL=index.js.map