react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
9 lines (8 loc) • 810 B
JavaScript
;
export { prepareConfigForNativeSide, useClonedAndRemappedConfig } from './configUtils';
export { runCallback, touchEventTypeToCallbackType, useMemoizedGestureCallbacks } from './eventHandlersUtils';
export { checkMappingForChangeProperties, flattenAndFilterEvent, getChangeEventCalculator, isEventForHandlerWithTag, isNativeAnimatedEvent, maybeExtractNativeEvent, shouldHandleTouchEvents } from './eventUtils';
export { allowedNativeProps, EMPTY_WHITE_LIST, HandlerCallbacks, NativeWrapperProps, PropsToFilter, PropsWhiteLists } from './propsWhiteList';
export { bindSharedValues, hasWorkletEventHandlers, maybeUnpackValue, unbindSharedValues } from './reanimatedUtils';
export { containsDuplicates, isComposedGesture, prepareRelations } from './relationUtils';
//# sourceMappingURL=index.js.map