UNPKG

react-native-gesture-handler

Version:

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

8 lines (7 loc) 295 B
"use strict"; import { ComposedGestureName } from '../../types'; import { useComposedGesture } from './useComposedGesture'; export function useCompetingGestures(...gestures) { return useComposedGesture(ComposedGestureName.Race, ...gestures); } //# sourceMappingURL=useCompetingGestures.js.map