react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
38 lines (37 loc) • 818 B
text/typescript
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';