UNPKG

react-native-gesture-handler

Version:

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

7 lines (6 loc) 646 B
"use strict"; export { BaseButton, BorderlessButton, FlatList, Pressable, RawButton, RectButton, RefreshControl, ScrollView, Switch, TextInput, Touchable } from './components'; export { GestureDetector, GestureDetectorType, InterceptingGestureDetector, VirtualGestureDetector } from './detectors'; export { GestureStateManager } from './gestureStateManager'; export { useCompetingGestures, useExclusiveGestures, useFlingGesture, useHoverGesture, useLongPressGesture, useManualGesture, useNativeGesture, usePanGesture, usePinchGesture, useRotationGesture, useSimultaneousGestures, useTapGesture } from './hooks'; //# sourceMappingURL=index.js.map