UNPKG

react-native-gesture-handler

Version:

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

7 lines (6 loc) 337 B
"use strict"; export { GestureDetectorType } from './common'; export { GestureDetector } from './GestureDetector'; export { InterceptingGestureDetector } from './VirtualDetector/InterceptingGestureDetector'; export { VirtualDetector as VirtualGestureDetector } from './VirtualDetector/VirtualDetector'; //# sourceMappingURL=index.js.map