UNPKG

react-native-gesture-handler

Version:

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

7 lines 803 B
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.d.ts.map