UNPKG

react-native-gesture-handler

Version:

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

6 lines (5 loc) 306 B
"use strict"; import { Reanimated } from '../../handlers/gestures/reanimatedWrapper'; import HostGestureDetector from './HostGestureDetector'; export const ReanimatedNativeDetector = Reanimated?.default.createAnimatedComponent(HostGestureDetector); //# sourceMappingURL=ReanimatedNativeDetector.web.js.map