react-native-gesture-handler 2.26.0 → 2.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +69 -0
- package/android/src/main/jni/CMakeLists.txt +7 -26
- package/package.json +4 -2
- package/src/components/Pressable/Pressable.tsx +357 -445
- package/src/components/Pressable/PressableProps.tsx +15 -0
- package/src/components/Pressable/StateMachine.tsx +49 -0
- package/src/components/Pressable/stateDefinitions.ts +125 -0
- package/src/components/Pressable/utils.ts +11 -7
- package/src/handlers/GestureHandlerEventPayload.ts +3 -0
- package/src/handlers/gestureHandlerTypesCompat.ts +9 -0
- package/src/handlers/gestures/forceTouchGesture.ts +9 -0
- package/src/handlers/gestures/gestureObjects.ts +3 -1
- package/src/web/detectors/RotationGestureDetector.ts +4 -0
- package/src/web/handlers/FlingGestureHandler.ts +4 -0
- package/src/web/handlers/GestureHandler.ts +9 -3
- package/src/web/handlers/PanGestureHandler.ts +25 -36
- package/src/web/handlers/TapGestureHandler.ts +14 -19
- package/src/web/tools/GestureHandlerOrchestrator.ts +1 -0
- package/src/web/tools/PointerEventManager.ts +1 -1
- package/src/web/tools/PointerTracker.ts +17 -15
- package/src/web/tools/Vector.ts +1 -1
- package/lib/commonjs/ActionType.js +0 -15
- package/lib/commonjs/ActionType.js.map +0 -1
- package/lib/commonjs/Directions.js +0 -31
- package/lib/commonjs/Directions.js.map +0 -1
- package/lib/commonjs/EnableNewWebImplementation.js +0 -40
- package/lib/commonjs/EnableNewWebImplementation.js.map +0 -1
- package/lib/commonjs/GestureHandlerRootViewContext.js +0 -10
- package/lib/commonjs/GestureHandlerRootViewContext.js.map +0 -1
- package/lib/commonjs/PlatformConstants.js +0 -9
- package/lib/commonjs/PlatformConstants.js.map +0 -1
- package/lib/commonjs/PlatformConstants.web.js +0 -12
- package/lib/commonjs/PlatformConstants.web.js.map +0 -1
- package/lib/commonjs/PointerType.js +0 -15
- package/lib/commonjs/PointerType.js.map +0 -1
- package/lib/commonjs/RNGestureHandlerModule.js +0 -12
- package/lib/commonjs/RNGestureHandlerModule.js.map +0 -1
- package/lib/commonjs/RNGestureHandlerModule.web.js +0 -95
- package/lib/commonjs/RNGestureHandlerModule.web.js.map +0 -1
- package/lib/commonjs/RNGestureHandlerModule.windows.js +0 -56
- package/lib/commonjs/RNGestureHandlerModule.windows.js.map +0 -1
- package/lib/commonjs/RNRenderer.js +0 -14
- package/lib/commonjs/RNRenderer.js.map +0 -1
- package/lib/commonjs/RNRenderer.web.js +0 -10
- package/lib/commonjs/RNRenderer.web.js.map +0 -1
- package/lib/commonjs/State.js +0 -19
- package/lib/commonjs/State.js.map +0 -1
- package/lib/commonjs/TouchEventType.js +0 -16
- package/lib/commonjs/TouchEventType.js.map +0 -1
- package/lib/commonjs/components/DrawerLayout.js +0 -548
- package/lib/commonjs/components/DrawerLayout.js.map +0 -1
- package/lib/commonjs/components/GestureButtons.js +0 -211
- package/lib/commonjs/components/GestureButtons.js.map +0 -1
- package/lib/commonjs/components/GestureButtonsProps.js +0 -6
- package/lib/commonjs/components/GestureButtonsProps.js.map +0 -1
- package/lib/commonjs/components/GestureComponents.js +0 -106
- package/lib/commonjs/components/GestureComponents.js.map +0 -1
- package/lib/commonjs/components/GestureComponents.web.js +0 -39
- package/lib/commonjs/components/GestureComponents.web.js.map +0 -1
- package/lib/commonjs/components/GestureHandlerButton.js +0 -10
- package/lib/commonjs/components/GestureHandlerButton.js.map +0 -1
- package/lib/commonjs/components/GestureHandlerButton.web.js +0 -16
- package/lib/commonjs/components/GestureHandlerButton.web.js.map +0 -1
- package/lib/commonjs/components/GestureHandlerRootView.android.js +0 -36
- package/lib/commonjs/components/GestureHandlerRootView.android.js.map +0 -1
- package/lib/commonjs/components/GestureHandlerRootView.js +0 -35
- package/lib/commonjs/components/GestureHandlerRootView.js.map +0 -1
- package/lib/commonjs/components/GestureHandlerRootView.web.js +0 -30
- package/lib/commonjs/components/GestureHandlerRootView.web.js.map +0 -1
- package/lib/commonjs/components/Pressable/Pressable.js +0 -324
- package/lib/commonjs/components/Pressable/Pressable.js.map +0 -1
- package/lib/commonjs/components/Pressable/PressableProps.js +0 -6
- package/lib/commonjs/components/Pressable/PressableProps.js.map +0 -1
- package/lib/commonjs/components/Pressable/index.js +0 -14
- package/lib/commonjs/components/Pressable/index.js.map +0 -1
- package/lib/commonjs/components/Pressable/utils.js +0 -92
- package/lib/commonjs/components/Pressable/utils.js.map +0 -1
- package/lib/commonjs/components/ReanimatedDrawerLayout.js +0 -357
- package/lib/commonjs/components/ReanimatedDrawerLayout.js.map +0 -1
- package/lib/commonjs/components/ReanimatedSwipeable.js +0 -346
- package/lib/commonjs/components/ReanimatedSwipeable.js.map +0 -1
- package/lib/commonjs/components/Swipeable.js +0 -370
- package/lib/commonjs/components/Swipeable.js.map +0 -1
- package/lib/commonjs/components/Text.js +0 -60
- package/lib/commonjs/components/Text.js.map +0 -1
- package/lib/commonjs/components/gestureHandlerRootHOC.js +0 -34
- package/lib/commonjs/components/gestureHandlerRootHOC.js.map +0 -1
- package/lib/commonjs/components/touchables/ExtraButtonProps.js +0 -2
- package/lib/commonjs/components/touchables/ExtraButtonProps.js.map +0 -1
- package/lib/commonjs/components/touchables/GenericTouchable.js +0 -245
- package/lib/commonjs/components/touchables/GenericTouchable.js.map +0 -1
- package/lib/commonjs/components/touchables/GenericTouchableProps.js +0 -6
- package/lib/commonjs/components/touchables/GenericTouchableProps.js.map +0 -1
- package/lib/commonjs/components/touchables/TouchableHighlight.js +0 -93
- package/lib/commonjs/components/touchables/TouchableHighlight.js.map +0 -1
- package/lib/commonjs/components/touchables/TouchableNativeFeedback.android.js +0 -84
- package/lib/commonjs/components/touchables/TouchableNativeFeedback.android.js.map +0 -1
- package/lib/commonjs/components/touchables/TouchableNativeFeedback.js +0 -13
- package/lib/commonjs/components/touchables/TouchableNativeFeedback.js.map +0 -1
- package/lib/commonjs/components/touchables/TouchableNativeFeedbackProps.js +0 -6
- package/lib/commonjs/components/touchables/TouchableNativeFeedbackProps.js.map +0 -1
- package/lib/commonjs/components/touchables/TouchableOpacity.js +0 -65
- package/lib/commonjs/components/touchables/TouchableOpacity.js.map +0 -1
- package/lib/commonjs/components/touchables/TouchableWithoutFeedback.js +0 -33
- package/lib/commonjs/components/touchables/TouchableWithoutFeedback.js.map +0 -1
- package/lib/commonjs/components/touchables/index.js +0 -35
- package/lib/commonjs/components/touchables/index.js.map +0 -1
- package/lib/commonjs/components/utils.js +0 -17
- package/lib/commonjs/components/utils.js.map +0 -1
- package/lib/commonjs/findNodeHandle.js +0 -9
- package/lib/commonjs/findNodeHandle.js.map +0 -1
- package/lib/commonjs/findNodeHandle.web.js +0 -39
- package/lib/commonjs/findNodeHandle.web.js.map +0 -1
- package/lib/commonjs/getShadowNodeFromRef.js +0 -51
- package/lib/commonjs/getShadowNodeFromRef.js.map +0 -1
- package/lib/commonjs/getShadowNodeFromRef.web.js +0 -14
- package/lib/commonjs/getShadowNodeFromRef.web.js.map +0 -1
- package/lib/commonjs/ghQueueMicrotask.js +0 -10
- package/lib/commonjs/ghQueueMicrotask.js.map +0 -1
- package/lib/commonjs/handlers/FlingGestureHandler.js +0 -31
- package/lib/commonjs/handlers/FlingGestureHandler.js.map +0 -1
- package/lib/commonjs/handlers/ForceTouchGestureHandler.js +0 -46
- package/lib/commonjs/handlers/ForceTouchGestureHandler.js.map +0 -1
- package/lib/commonjs/handlers/GestureHandlerEventPayload.js +0 -6
- package/lib/commonjs/handlers/GestureHandlerEventPayload.js.map +0 -1
- package/lib/commonjs/handlers/LongPressGestureHandler.js +0 -33
- package/lib/commonjs/handlers/LongPressGestureHandler.js.map +0 -1
- package/lib/commonjs/handlers/NativeViewGestureHandler.ts +0 -59
- package/lib/commonjs/handlers/PanGestureHandler.js +0 -112
- package/lib/commonjs/handlers/PanGestureHandler.js.map +0 -1
- package/lib/commonjs/handlers/PinchGestureHandler.js +0 -29
- package/lib/commonjs/handlers/PinchGestureHandler.js.map +0 -1
- package/lib/commonjs/handlers/PressabilityDebugView.js +0 -13
- package/lib/commonjs/handlers/PressabilityDebugView.js.map +0 -1
- package/lib/commonjs/handlers/PressabilityDebugView.web.js +0 -11
- package/lib/commonjs/handlers/PressabilityDebugView.web.js.map +0 -1
- package/lib/commonjs/handlers/RotationGestureHandler.js +0 -29
- package/lib/commonjs/handlers/RotationGestureHandler.js.map +0 -1
- package/lib/commonjs/handlers/TapGestureHandler.js +0 -33
- package/lib/commonjs/handlers/TapGestureHandler.js.map +0 -1
- package/lib/commonjs/handlers/createHandler.js +0 -393
- package/lib/commonjs/handlers/createHandler.js.map +0 -1
- package/lib/commonjs/handlers/createNativeWrapper.js +0 -78
- package/lib/commonjs/handlers/createNativeWrapper.js.map +0 -1
- package/lib/commonjs/handlers/customDirectEventTypes.js +0 -13
- package/lib/commonjs/handlers/customDirectEventTypes.js.map +0 -1
- package/lib/commonjs/handlers/customDirectEventTypes.web.js +0 -10
- package/lib/commonjs/handlers/customDirectEventTypes.web.js.map +0 -1
- package/lib/commonjs/handlers/gestureHandlerCommon.js +0 -27
- package/lib/commonjs/handlers/gestureHandlerCommon.js.map +0 -1
- package/lib/commonjs/handlers/gestureHandlerTypesCompat.js +0 -6
- package/lib/commonjs/handlers/gestureHandlerTypesCompat.js.map +0 -1
- package/lib/commonjs/handlers/gestures/GestureDetector/Wrap.js +0 -32
- package/lib/commonjs/handlers/gestures/GestureDetector/Wrap.js.map +0 -1
- package/lib/commonjs/handlers/gestures/GestureDetector/Wrap.web.js +0 -41
- package/lib/commonjs/handlers/gestures/GestureDetector/Wrap.web.js.map +0 -1
- package/lib/commonjs/handlers/gestures/GestureDetector/attachHandlers.js +0 -67
- package/lib/commonjs/handlers/gestures/GestureDetector/attachHandlers.js.map +0 -1
- package/lib/commonjs/handlers/gestures/GestureDetector/dropHandlers.js +0 -20
- package/lib/commonjs/handlers/gestures/GestureDetector/dropHandlers.js.map +0 -1
- package/lib/commonjs/handlers/gestures/GestureDetector/index.js +0 -125
- package/lib/commonjs/handlers/gestures/GestureDetector/index.js.map +0 -1
- package/lib/commonjs/handlers/gestures/GestureDetector/needsToReattach.js +0 -22
- package/lib/commonjs/handlers/gestures/GestureDetector/needsToReattach.js.map +0 -1
- package/lib/commonjs/handlers/gestures/GestureDetector/types.js +0 -6
- package/lib/commonjs/handlers/gestures/GestureDetector/types.js.map +0 -1
- package/lib/commonjs/handlers/gestures/GestureDetector/updateHandlers.js +0 -66
- package/lib/commonjs/handlers/gestures/GestureDetector/updateHandlers.js.map +0 -1
- package/lib/commonjs/handlers/gestures/GestureDetector/useAnimatedGesture.js +0 -143
- package/lib/commonjs/handlers/gestures/GestureDetector/useAnimatedGesture.js.map +0 -1
- package/lib/commonjs/handlers/gestures/GestureDetector/useDetectorUpdater.js +0 -47
- package/lib/commonjs/handlers/gestures/GestureDetector/useDetectorUpdater.js.map +0 -1
- package/lib/commonjs/handlers/gestures/GestureDetector/useMountReactions.js +0 -41
- package/lib/commonjs/handlers/gestures/GestureDetector/useMountReactions.js.map +0 -1
- package/lib/commonjs/handlers/gestures/GestureDetector/useViewRefHandler.js +0 -41
- package/lib/commonjs/handlers/gestures/GestureDetector/useViewRefHandler.js.map +0 -1
- package/lib/commonjs/handlers/gestures/GestureDetector/utils.js +0 -143
- package/lib/commonjs/handlers/gestures/GestureDetector/utils.js.map +0 -1
- package/lib/commonjs/handlers/gestures/eventReceiver.js +0 -106
- package/lib/commonjs/handlers/gestures/eventReceiver.js.map +0 -1
- package/lib/commonjs/handlers/gestures/flingGesture.js +0 -37
- package/lib/commonjs/handlers/gestures/flingGesture.js.map +0 -1
- package/lib/commonjs/handlers/gestures/forceTouchGesture.js +0 -68
- package/lib/commonjs/handlers/gestures/forceTouchGesture.js.map +0 -1
- package/lib/commonjs/handlers/gestures/gesture.js +0 -338
- package/lib/commonjs/handlers/gestures/gesture.js.map +0 -1
- package/lib/commonjs/handlers/gestures/gestureComposition.js +0 -90
- package/lib/commonjs/handlers/gestures/gestureComposition.js.map +0 -1
- package/lib/commonjs/handlers/gestures/gestureObjects.js +0 -130
- package/lib/commonjs/handlers/gestures/gestureObjects.js.map +0 -1
- package/lib/commonjs/handlers/gestures/gestureStateManager.js +0 -69
- package/lib/commonjs/handlers/gestures/gestureStateManager.js.map +0 -1
- package/lib/commonjs/handlers/gestures/gestureStateManager.web.js +0 -27
- package/lib/commonjs/handlers/gestures/gestureStateManager.web.js.map +0 -1
- package/lib/commonjs/handlers/gestures/hoverGesture.js +0 -57
- package/lib/commonjs/handlers/gestures/hoverGesture.js.map +0 -1
- package/lib/commonjs/handlers/gestures/longPressGesture.js +0 -46
- package/lib/commonjs/handlers/gestures/longPressGesture.js.map +0 -1
- package/lib/commonjs/handlers/gestures/manualGesture.js +0 -25
- package/lib/commonjs/handlers/gestures/manualGesture.js.map +0 -1
- package/lib/commonjs/handlers/gestures/nativeGesture.ts +0 -33
- package/lib/commonjs/handlers/gestures/panGesture.js +0 -197
- package/lib/commonjs/handlers/gestures/panGesture.js.map +0 -1
- package/lib/commonjs/handlers/gestures/pinchGesture.js +0 -38
- package/lib/commonjs/handlers/gestures/pinchGesture.js.map +0 -1
- package/lib/commonjs/handlers/gestures/reanimatedWrapper.js +0 -29
- package/lib/commonjs/handlers/gestures/reanimatedWrapper.js.map +0 -1
- package/lib/commonjs/handlers/gestures/rotationGesture.js +0 -38
- package/lib/commonjs/handlers/gestures/rotationGesture.js.map +0 -1
- package/lib/commonjs/handlers/gestures/tapGesture.js +0 -87
- package/lib/commonjs/handlers/gestures/tapGesture.js.map +0 -1
- package/lib/commonjs/handlers/getNextHandlerTag.js +0 -11
- package/lib/commonjs/handlers/getNextHandlerTag.js.map +0 -1
- package/lib/commonjs/handlers/handlersRegistry.js +0 -50
- package/lib/commonjs/handlers/handlersRegistry.js.map +0 -1
- package/lib/commonjs/handlers/utils.js +0 -69
- package/lib/commonjs/handlers/utils.js.map +0 -1
- package/lib/commonjs/index.js +0 -269
- package/lib/commonjs/index.js.map +0 -1
- package/lib/commonjs/init.js +0 -25
- package/lib/commonjs/init.js.map +0 -1
- package/lib/commonjs/jestUtils/index.js +0 -19
- package/lib/commonjs/jestUtils/index.js.map +0 -1
- package/lib/commonjs/jestUtils/jestUtils.js +0 -316
- package/lib/commonjs/jestUtils/jestUtils.js.map +0 -1
- package/lib/commonjs/mocks.js +0 -73
- package/lib/commonjs/mocks.js.map +0 -1
- package/lib/commonjs/mountRegistry.js +0 -37
- package/lib/commonjs/mountRegistry.js.map +0 -1
- package/lib/commonjs/package.json +0 -1
- package/lib/commonjs/specs/NativeRNGestureHandlerModule.ts +0 -26
- package/lib/commonjs/specs/RNGestureHandlerButtonNativeComponent.ts +0 -22
- package/lib/commonjs/specs/RNGestureHandlerRootViewNativeComponent.ts +0 -6
- package/lib/commonjs/typeUtils.js +0 -2
- package/lib/commonjs/typeUtils.js.map +0 -1
- package/lib/commonjs/utils.js +0 -95
- package/lib/commonjs/utils.js.map +0 -1
- package/lib/commonjs/web/Gestures.js +0 -48
- package/lib/commonjs/web/Gestures.js.map +0 -1
- package/lib/commonjs/web/constants.js +0 -9
- package/lib/commonjs/web/constants.js.map +0 -1
- package/lib/commonjs/web/detectors/RotationGestureDetector.js +0 -121
- package/lib/commonjs/web/detectors/RotationGestureDetector.js.map +0 -1
- package/lib/commonjs/web/detectors/ScaleGestureDetector.js +0 -111
- package/lib/commonjs/web/detectors/ScaleGestureDetector.js.map +0 -1
- package/lib/commonjs/web/handlers/FlingGestureHandler.js +0 -140
- package/lib/commonjs/web/handlers/FlingGestureHandler.js.map +0 -1
- package/lib/commonjs/web/handlers/GestureHandler.js +0 -686
- package/lib/commonjs/web/handlers/GestureHandler.js.map +0 -1
- package/lib/commonjs/web/handlers/HoverGestureHandler.js +0 -45
- package/lib/commonjs/web/handlers/HoverGestureHandler.js.map +0 -1
- package/lib/commonjs/web/handlers/IGestureHandler.js +0 -2
- package/lib/commonjs/web/handlers/IGestureHandler.js.map +0 -1
- package/lib/commonjs/web/handlers/LongPressGestureHandler.js +0 -146
- package/lib/commonjs/web/handlers/LongPressGestureHandler.js.map +0 -1
- package/lib/commonjs/web/handlers/ManualGestureHandler.js +0 -38
- package/lib/commonjs/web/handlers/ManualGestureHandler.js.map +0 -1
- package/lib/commonjs/web/handlers/NativeViewGestureHandler.ts +0 -175
- package/lib/commonjs/web/handlers/PanGestureHandler.js +0 -408
- package/lib/commonjs/web/handlers/PanGestureHandler.js.map +0 -1
- package/lib/commonjs/web/handlers/PinchGestureHandler.js +0 -122
- package/lib/commonjs/web/handlers/PinchGestureHandler.js.map +0 -1
- package/lib/commonjs/web/handlers/RotationGestureHandler.js +0 -129
- package/lib/commonjs/web/handlers/RotationGestureHandler.js.map +0 -1
- package/lib/commonjs/web/handlers/TapGestureHandler.js +0 -217
- package/lib/commonjs/web/handlers/TapGestureHandler.js.map +0 -1
- package/lib/commonjs/web/interfaces.js +0 -32
- package/lib/commonjs/web/interfaces.js.map +0 -1
- package/lib/commonjs/web/tools/CircularBuffer.js +0 -40
- package/lib/commonjs/web/tools/CircularBuffer.js.map +0 -1
- package/lib/commonjs/web/tools/EventManager.js +0 -94
- package/lib/commonjs/web/tools/EventManager.js.map +0 -1
- package/lib/commonjs/web/tools/GestureHandlerDelegate.js +0 -6
- package/lib/commonjs/web/tools/GestureHandlerDelegate.js.map +0 -1
- package/lib/commonjs/web/tools/GestureHandlerOrchestrator.js +0 -267
- package/lib/commonjs/web/tools/GestureHandlerOrchestrator.js.map +0 -1
- package/lib/commonjs/web/tools/GestureHandlerWebDelegate.js +0 -170
- package/lib/commonjs/web/tools/GestureHandlerWebDelegate.js.map +0 -1
- package/lib/commonjs/web/tools/InteractionManager.js +0 -96
- package/lib/commonjs/web/tools/InteractionManager.js.map +0 -1
- package/lib/commonjs/web/tools/KeyboardEventManager.js +0 -82
- package/lib/commonjs/web/tools/KeyboardEventManager.js.map +0 -1
- package/lib/commonjs/web/tools/LeastSquareSolver.js +0 -159
- package/lib/commonjs/web/tools/LeastSquareSolver.js.map +0 -1
- package/lib/commonjs/web/tools/NodeManager.js +0 -39
- package/lib/commonjs/web/tools/NodeManager.js.map +0 -1
- package/lib/commonjs/web/tools/PointerEventManager.js +0 -189
- package/lib/commonjs/web/tools/PointerEventManager.js.map +0 -1
- package/lib/commonjs/web/tools/PointerTracker.js +0 -191
- package/lib/commonjs/web/tools/PointerTracker.js.map +0 -1
- package/lib/commonjs/web/tools/Vector.js +0 -37
- package/lib/commonjs/web/tools/Vector.js.map +0 -1
- package/lib/commonjs/web/tools/VelocityTracker.js +0 -85
- package/lib/commonjs/web/tools/VelocityTracker.js.map +0 -1
- package/lib/commonjs/web/tools/WheelEventManager.js +0 -55
- package/lib/commonjs/web/tools/WheelEventManager.js.map +0 -1
- package/lib/commonjs/web/utils.js +0 -235
- package/lib/commonjs/web/utils.js.map +0 -1
- package/lib/commonjs/web_hammer/DiscreteGestureHandler.js +0 -93
- package/lib/commonjs/web_hammer/DiscreteGestureHandler.js.map +0 -1
- package/lib/commonjs/web_hammer/DraggingGestureHandler.js +0 -43
- package/lib/commonjs/web_hammer/DraggingGestureHandler.js.map +0 -1
- package/lib/commonjs/web_hammer/Errors.js +0 -13
- package/lib/commonjs/web_hammer/Errors.js.map +0 -1
- package/lib/commonjs/web_hammer/FlingGestureHandler.js +0 -139
- package/lib/commonjs/web_hammer/FlingGestureHandler.js.map +0 -1
- package/lib/commonjs/web_hammer/GestureHandler.js +0 -484
- package/lib/commonjs/web_hammer/GestureHandler.js.map +0 -1
- package/lib/commonjs/web_hammer/IndiscreteGestureHandler.js +0 -45
- package/lib/commonjs/web_hammer/IndiscreteGestureHandler.js.map +0 -1
- package/lib/commonjs/web_hammer/LongPressGestureHandler.js +0 -57
- package/lib/commonjs/web_hammer/LongPressGestureHandler.js.map +0 -1
- package/lib/commonjs/web_hammer/NativeViewGestureHandler.ts +0 -47
- package/lib/commonjs/web_hammer/NodeManager.js +0 -41
- package/lib/commonjs/web_hammer/NodeManager.js.map +0 -1
- package/lib/commonjs/web_hammer/PanGestureHandler.js +0 -167
- package/lib/commonjs/web_hammer/PanGestureHandler.js.map +0 -1
- package/lib/commonjs/web_hammer/PinchGestureHandler.js +0 -31
- package/lib/commonjs/web_hammer/PinchGestureHandler.js.map +0 -1
- package/lib/commonjs/web_hammer/PressGestureHandler.js +0 -153
- package/lib/commonjs/web_hammer/PressGestureHandler.js.map +0 -1
- package/lib/commonjs/web_hammer/RotationGestureHandler.js +0 -32
- package/lib/commonjs/web_hammer/RotationGestureHandler.js.map +0 -1
- package/lib/commonjs/web_hammer/TapGestureHandler.js +0 -165
- package/lib/commonjs/web_hammer/TapGestureHandler.js.map +0 -1
- package/lib/commonjs/web_hammer/constants.js +0 -51
- package/lib/commonjs/web_hammer/constants.js.map +0 -1
- package/lib/commonjs/web_hammer/utils.js +0 -32
- package/lib/commonjs/web_hammer/utils.js.map +0 -1
- package/lib/module/ActionType.js +0 -11
- package/lib/module/ActionType.js.map +0 -1
- package/lib/module/Directions.js +0 -27
- package/lib/module/Directions.js.map +0 -1
- package/lib/module/EnableNewWebImplementation.js +0 -34
- package/lib/module/EnableNewWebImplementation.js.map +0 -1
- package/lib/module/GestureHandlerRootViewContext.js +0 -5
- package/lib/module/GestureHandlerRootViewContext.js.map +0 -1
- package/lib/module/PlatformConstants.js +0 -5
- package/lib/module/PlatformConstants.js.map +0 -1
- package/lib/module/PlatformConstants.web.js +0 -8
- package/lib/module/PlatformConstants.web.js.map +0 -1
- package/lib/module/PointerType.js +0 -11
- package/lib/module/PointerType.js.map +0 -1
- package/lib/module/RNGestureHandlerModule.js +0 -8
- package/lib/module/RNGestureHandlerModule.js.map +0 -1
- package/lib/module/RNGestureHandlerModule.web.js +0 -90
- package/lib/module/RNGestureHandlerModule.web.js.map +0 -1
- package/lib/module/RNGestureHandlerModule.windows.js +0 -50
- package/lib/module/RNGestureHandlerModule.windows.js.map +0 -1
- package/lib/module/RNRenderer.js +0 -6
- package/lib/module/RNRenderer.js.map +0 -1
- package/lib/module/RNRenderer.web.js +0 -6
- package/lib/module/RNRenderer.web.js.map +0 -1
- package/lib/module/State.js +0 -15
- package/lib/module/State.js.map +0 -1
- package/lib/module/TouchEventType.js +0 -12
- package/lib/module/TouchEventType.js.map +0 -1
- package/lib/module/components/DrawerLayout.js +0 -541
- package/lib/module/components/DrawerLayout.js.map +0 -1
- package/lib/module/components/GestureButtons.js +0 -199
- package/lib/module/components/GestureButtons.js.map +0 -1
- package/lib/module/components/GestureButtonsProps.js +0 -4
- package/lib/module/components/GestureButtonsProps.js.map +0 -1
- package/lib/module/components/GestureComponents.js +0 -100
- package/lib/module/components/GestureComponents.js.map +0 -1
- package/lib/module/components/GestureComponents.web.js +0 -32
- package/lib/module/components/GestureComponents.web.js.map +0 -1
- package/lib/module/components/GestureHandlerButton.js +0 -5
- package/lib/module/components/GestureHandlerButton.js.map +0 -1
- package/lib/module/components/GestureHandlerButton.web.js +0 -11
- package/lib/module/components/GestureHandlerButton.web.js.map +0 -1
- package/lib/module/components/GestureHandlerRootView.android.js +0 -30
- package/lib/module/components/GestureHandlerRootView.android.js.map +0 -1
- package/lib/module/components/GestureHandlerRootView.js +0 -29
- package/lib/module/components/GestureHandlerRootView.js.map +0 -1
- package/lib/module/components/GestureHandlerRootView.web.js +0 -24
- package/lib/module/components/GestureHandlerRootView.web.js.map +0 -1
- package/lib/module/components/Pressable/Pressable.js +0 -318
- package/lib/module/components/Pressable/Pressable.js.map +0 -1
- package/lib/module/components/Pressable/PressableProps.js +0 -4
- package/lib/module/components/Pressable/PressableProps.js.map +0 -1
- package/lib/module/components/Pressable/index.js +0 -4
- package/lib/module/components/Pressable/index.js.map +0 -1
- package/lib/module/components/Pressable/utils.js +0 -84
- package/lib/module/components/Pressable/utils.js.map +0 -1
- package/lib/module/components/ReanimatedDrawerLayout.js +0 -352
- package/lib/module/components/ReanimatedDrawerLayout.js.map +0 -1
- package/lib/module/components/ReanimatedSwipeable.js +0 -341
- package/lib/module/components/ReanimatedSwipeable.js.map +0 -1
- package/lib/module/components/Swipeable.js +0 -364
- package/lib/module/components/Swipeable.js.map +0 -1
- package/lib/module/components/Text.js +0 -55
- package/lib/module/components/Text.js.map +0 -1
- package/lib/module/components/gestureHandlerRootHOC.js +0 -28
- package/lib/module/components/gestureHandlerRootHOC.js.map +0 -1
- package/lib/module/components/touchables/ExtraButtonProps.js +0 -2
- package/lib/module/components/touchables/ExtraButtonProps.js.map +0 -1
- package/lib/module/components/touchables/GenericTouchable.js +0 -239
- package/lib/module/components/touchables/GenericTouchable.js.map +0 -1
- package/lib/module/components/touchables/GenericTouchableProps.js +0 -4
- package/lib/module/components/touchables/GenericTouchableProps.js.map +0 -1
- package/lib/module/components/touchables/TouchableHighlight.js +0 -87
- package/lib/module/components/touchables/TouchableHighlight.js.map +0 -1
- package/lib/module/components/touchables/TouchableNativeFeedback.android.js +0 -77
- package/lib/module/components/touchables/TouchableNativeFeedback.android.js.map +0 -1
- package/lib/module/components/touchables/TouchableNativeFeedback.js +0 -10
- package/lib/module/components/touchables/TouchableNativeFeedback.js.map +0 -1
- package/lib/module/components/touchables/TouchableNativeFeedbackProps.js +0 -4
- package/lib/module/components/touchables/TouchableNativeFeedbackProps.js.map +0 -1
- package/lib/module/components/touchables/TouchableOpacity.js +0 -59
- package/lib/module/components/touchables/TouchableOpacity.js.map +0 -1
- package/lib/module/components/touchables/TouchableWithoutFeedback.js +0 -27
- package/lib/module/components/touchables/TouchableWithoutFeedback.js.map +0 -1
- package/lib/module/components/touchables/index.js +0 -7
- package/lib/module/components/touchables/index.js.map +0 -1
- package/lib/module/components/utils.js +0 -13
- package/lib/module/components/utils.js.map +0 -1
- package/lib/module/findNodeHandle.js +0 -5
- package/lib/module/findNodeHandle.js.map +0 -1
- package/lib/module/findNodeHandle.web.js +0 -35
- package/lib/module/findNodeHandle.web.js.map +0 -1
- package/lib/module/getShadowNodeFromRef.js +0 -47
- package/lib/module/getShadowNodeFromRef.js.map +0 -1
- package/lib/module/getShadowNodeFromRef.web.js +0 -10
- package/lib/module/getShadowNodeFromRef.web.js.map +0 -1
- package/lib/module/ghQueueMicrotask.js +0 -6
- package/lib/module/ghQueueMicrotask.js.map +0 -1
- package/lib/module/handlers/FlingGestureHandler.js +0 -26
- package/lib/module/handlers/FlingGestureHandler.js.map +0 -1
- package/lib/module/handlers/ForceTouchGestureHandler.js +0 -41
- package/lib/module/handlers/ForceTouchGestureHandler.js.map +0 -1
- package/lib/module/handlers/GestureHandlerEventPayload.js +0 -4
- package/lib/module/handlers/GestureHandlerEventPayload.js.map +0 -1
- package/lib/module/handlers/LongPressGestureHandler.js +0 -28
- package/lib/module/handlers/LongPressGestureHandler.js.map +0 -1
- package/lib/module/handlers/NativeViewGestureHandler.ts +0 -59
- package/lib/module/handlers/PanGestureHandler.js +0 -105
- package/lib/module/handlers/PanGestureHandler.js.map +0 -1
- package/lib/module/handlers/PinchGestureHandler.js +0 -25
- package/lib/module/handlers/PinchGestureHandler.js.map +0 -1
- package/lib/module/handlers/PressabilityDebugView.js +0 -5
- package/lib/module/handlers/PressabilityDebugView.js.map +0 -1
- package/lib/module/handlers/PressabilityDebugView.web.js +0 -7
- package/lib/module/handlers/PressabilityDebugView.web.js.map +0 -1
- package/lib/module/handlers/RotationGestureHandler.js +0 -25
- package/lib/module/handlers/RotationGestureHandler.js.map +0 -1
- package/lib/module/handlers/TapGestureHandler.js +0 -28
- package/lib/module/handlers/TapGestureHandler.js.map +0 -1
- package/lib/module/handlers/createHandler.js +0 -387
- package/lib/module/handlers/createHandler.js.map +0 -1
- package/lib/module/handlers/createNativeWrapper.js +0 -75
- package/lib/module/handlers/createNativeWrapper.js.map +0 -1
- package/lib/module/handlers/customDirectEventTypes.js +0 -5
- package/lib/module/handlers/customDirectEventTypes.js.map +0 -1
- package/lib/module/handlers/customDirectEventTypes.web.js +0 -7
- package/lib/module/handlers/customDirectEventTypes.web.js.map +0 -1
- package/lib/module/handlers/gestureHandlerCommon.js +0 -26
- package/lib/module/handlers/gestureHandlerCommon.js.map +0 -1
- package/lib/module/handlers/gestureHandlerTypesCompat.js +0 -4
- package/lib/module/handlers/gestureHandlerTypesCompat.js.map +0 -1
- package/lib/module/handlers/gestures/GestureDetector/Wrap.js +0 -26
- package/lib/module/handlers/gestures/GestureDetector/Wrap.js.map +0 -1
- package/lib/module/handlers/gestures/GestureDetector/Wrap.web.js +0 -36
- package/lib/module/handlers/gestures/GestureDetector/Wrap.web.js.map +0 -1
- package/lib/module/handlers/gestures/GestureDetector/attachHandlers.js +0 -62
- package/lib/module/handlers/gestures/GestureDetector/attachHandlers.js.map +0 -1
- package/lib/module/handlers/gestures/GestureDetector/dropHandlers.js +0 -15
- package/lib/module/handlers/gestures/GestureDetector/dropHandlers.js.map +0 -1
- package/lib/module/handlers/gestures/GestureDetector/index.js +0 -117
- package/lib/module/handlers/gestures/GestureDetector/index.js.map +0 -1
- package/lib/module/handlers/gestures/GestureDetector/needsToReattach.js +0 -18
- package/lib/module/handlers/gestures/GestureDetector/needsToReattach.js.map +0 -1
- package/lib/module/handlers/gestures/GestureDetector/types.js +0 -4
- package/lib/module/handlers/gestures/GestureDetector/types.js.map +0 -1
- package/lib/module/handlers/gestures/GestureDetector/updateHandlers.js +0 -61
- package/lib/module/handlers/gestures/GestureDetector/updateHandlers.js.map +0 -1
- package/lib/module/handlers/gestures/GestureDetector/useAnimatedGesture.js +0 -139
- package/lib/module/handlers/gestures/GestureDetector/useAnimatedGesture.js.map +0 -1
- package/lib/module/handlers/gestures/GestureDetector/useDetectorUpdater.js +0 -43
- package/lib/module/handlers/gestures/GestureDetector/useDetectorUpdater.js.map +0 -1
- package/lib/module/handlers/gestures/GestureDetector/useMountReactions.js +0 -37
- package/lib/module/handlers/gestures/GestureDetector/useMountReactions.js.map +0 -1
- package/lib/module/handlers/gestures/GestureDetector/useViewRefHandler.js +0 -36
- package/lib/module/handlers/gestures/GestureDetector/useViewRefHandler.js.map +0 -1
- package/lib/module/handlers/gestures/GestureDetector/utils.js +0 -134
- package/lib/module/handlers/gestures/GestureDetector/utils.js.map +0 -1
- package/lib/module/handlers/gestures/eventReceiver.js +0 -100
- package/lib/module/handlers/gestures/eventReceiver.js.map +0 -1
- package/lib/module/handlers/gestures/flingGesture.js +0 -32
- package/lib/module/handlers/gestures/flingGesture.js.map +0 -1
- package/lib/module/handlers/gestures/forceTouchGesture.js +0 -63
- package/lib/module/handlers/gestures/forceTouchGesture.js.map +0 -1
- package/lib/module/handlers/gestures/gesture.js +0 -332
- package/lib/module/handlers/gestures/gesture.js.map +0 -1
- package/lib/module/handlers/gestures/gestureComposition.js +0 -83
- package/lib/module/handlers/gestures/gestureComposition.js.map +0 -1
- package/lib/module/handlers/gestures/gestureObjects.js +0 -127
- package/lib/module/handlers/gestures/gestureObjects.js.map +0 -1
- package/lib/module/handlers/gestures/gestureStateManager.js +0 -65
- package/lib/module/handlers/gestures/gestureStateManager.js.map +0 -1
- package/lib/module/handlers/gestures/gestureStateManager.web.js +0 -22
- package/lib/module/handlers/gestures/gestureStateManager.web.js.map +0 -1
- package/lib/module/handlers/gestures/hoverGesture.js +0 -52
- package/lib/module/handlers/gestures/hoverGesture.js.map +0 -1
- package/lib/module/handlers/gestures/longPressGesture.js +0 -41
- package/lib/module/handlers/gestures/longPressGesture.js.map +0 -1
- package/lib/module/handlers/gestures/manualGesture.js +0 -20
- package/lib/module/handlers/gestures/manualGesture.js.map +0 -1
- package/lib/module/handlers/gestures/nativeGesture.ts +0 -33
- package/lib/module/handlers/gestures/panGesture.js +0 -192
- package/lib/module/handlers/gestures/panGesture.js.map +0 -1
- package/lib/module/handlers/gestures/pinchGesture.js +0 -33
- package/lib/module/handlers/gestures/pinchGesture.js.map +0 -1
- package/lib/module/handlers/gestures/reanimatedWrapper.js +0 -26
- package/lib/module/handlers/gestures/reanimatedWrapper.js.map +0 -1
- package/lib/module/handlers/gestures/rotationGesture.js +0 -33
- package/lib/module/handlers/gestures/rotationGesture.js.map +0 -1
- package/lib/module/handlers/gestures/tapGesture.js +0 -82
- package/lib/module/handlers/gestures/tapGesture.js.map +0 -1
- package/lib/module/handlers/getNextHandlerTag.js +0 -7
- package/lib/module/handlers/getNextHandlerTag.js.map +0 -1
- package/lib/module/handlers/handlersRegistry.js +0 -39
- package/lib/module/handlers/handlersRegistry.js.map +0 -1
- package/lib/module/handlers/utils.js +0 -61
- package/lib/module/handlers/utils.js.map +0 -1
- package/lib/module/index.js +0 -31
- package/lib/module/index.js.map +0 -1
- package/lib/module/init.js +0 -19
- package/lib/module/init.js.map +0 -1
- package/lib/module/jestUtils/index.js +0 -4
- package/lib/module/jestUtils/index.js.map +0 -1
- package/lib/module/jestUtils/jestUtils.js +0 -311
- package/lib/module/jestUtils/jestUtils.js.map +0 -1
- package/lib/module/mocks.js +0 -68
- package/lib/module/mocks.js.map +0 -1
- package/lib/module/mountRegistry.js +0 -32
- package/lib/module/mountRegistry.js.map +0 -1
- package/lib/module/specs/NativeRNGestureHandlerModule.ts +0 -26
- package/lib/module/specs/RNGestureHandlerButtonNativeComponent.ts +0 -22
- package/lib/module/specs/RNGestureHandlerRootViewNativeComponent.ts +0 -6
- package/lib/module/typeUtils.js +0 -2
- package/lib/module/typeUtils.js.map +0 -1
- package/lib/module/utils.js +0 -81
- package/lib/module/utils.js.map +0 -1
- package/lib/module/web/Gestures.js +0 -42
- package/lib/module/web/Gestures.js.map +0 -1
- package/lib/module/web/constants.js +0 -5
- package/lib/module/web/constants.js.map +0 -1
- package/lib/module/web/detectors/RotationGestureDetector.js +0 -116
- package/lib/module/web/detectors/RotationGestureDetector.js.map +0 -1
- package/lib/module/web/detectors/ScaleGestureDetector.js +0 -106
- package/lib/module/web/detectors/ScaleGestureDetector.js.map +0 -1
- package/lib/module/web/handlers/FlingGestureHandler.js +0 -134
- package/lib/module/web/handlers/FlingGestureHandler.js.map +0 -1
- package/lib/module/web/handlers/GestureHandler.js +0 -679
- package/lib/module/web/handlers/GestureHandler.js.map +0 -1
- package/lib/module/web/handlers/HoverGestureHandler.js +0 -39
- package/lib/module/web/handlers/HoverGestureHandler.js.map +0 -1
- package/lib/module/web/handlers/IGestureHandler.js +0 -2
- package/lib/module/web/handlers/IGestureHandler.js.map +0 -1
- package/lib/module/web/handlers/LongPressGestureHandler.js +0 -140
- package/lib/module/web/handlers/LongPressGestureHandler.js.map +0 -1
- package/lib/module/web/handlers/ManualGestureHandler.js +0 -32
- package/lib/module/web/handlers/ManualGestureHandler.js.map +0 -1
- package/lib/module/web/handlers/NativeViewGestureHandler.ts +0 -175
- package/lib/module/web/handlers/PanGestureHandler.js +0 -402
- package/lib/module/web/handlers/PanGestureHandler.js.map +0 -1
- package/lib/module/web/handlers/PinchGestureHandler.js +0 -116
- package/lib/module/web/handlers/PinchGestureHandler.js.map +0 -1
- package/lib/module/web/handlers/RotationGestureHandler.js +0 -123
- package/lib/module/web/handlers/RotationGestureHandler.js.map +0 -1
- package/lib/module/web/handlers/TapGestureHandler.js +0 -211
- package/lib/module/web/handlers/TapGestureHandler.js.map +0 -1
- package/lib/module/web/interfaces.js +0 -28
- package/lib/module/web/interfaces.js.map +0 -1
- package/lib/module/web/tools/CircularBuffer.js +0 -35
- package/lib/module/web/tools/CircularBuffer.js.map +0 -1
- package/lib/module/web/tools/EventManager.js +0 -89
- package/lib/module/web/tools/EventManager.js.map +0 -1
- package/lib/module/web/tools/GestureHandlerDelegate.js +0 -4
- package/lib/module/web/tools/GestureHandlerDelegate.js.map +0 -1
- package/lib/module/web/tools/GestureHandlerOrchestrator.js +0 -261
- package/lib/module/web/tools/GestureHandlerOrchestrator.js.map +0 -1
- package/lib/module/web/tools/GestureHandlerWebDelegate.js +0 -164
- package/lib/module/web/tools/GestureHandlerWebDelegate.js.map +0 -1
- package/lib/module/web/tools/InteractionManager.js +0 -91
- package/lib/module/web/tools/InteractionManager.js.map +0 -1
- package/lib/module/web/tools/KeyboardEventManager.js +0 -76
- package/lib/module/web/tools/KeyboardEventManager.js.map +0 -1
- package/lib/module/web/tools/LeastSquareSolver.js +0 -154
- package/lib/module/web/tools/LeastSquareSolver.js.map +0 -1
- package/lib/module/web/tools/NodeManager.js +0 -34
- package/lib/module/web/tools/NodeManager.js.map +0 -1
- package/lib/module/web/tools/PointerEventManager.js +0 -183
- package/lib/module/web/tools/PointerEventManager.js.map +0 -1
- package/lib/module/web/tools/PointerTracker.js +0 -185
- package/lib/module/web/tools/PointerTracker.js.map +0 -1
- package/lib/module/web/tools/Vector.js +0 -32
- package/lib/module/web/tools/Vector.js.map +0 -1
- package/lib/module/web/tools/VelocityTracker.js +0 -79
- package/lib/module/web/tools/VelocityTracker.js.map +0 -1
- package/lib/module/web/tools/WheelEventManager.js +0 -49
- package/lib/module/web/tools/WheelEventManager.js.map +0 -1
- package/lib/module/web/utils.js +0 -223
- package/lib/module/web/utils.js.map +0 -1
- package/lib/module/web_hammer/DiscreteGestureHandler.js +0 -87
- package/lib/module/web_hammer/DiscreteGestureHandler.js.map +0 -1
- package/lib/module/web_hammer/DraggingGestureHandler.js +0 -37
- package/lib/module/web_hammer/DraggingGestureHandler.js.map +0 -1
- package/lib/module/web_hammer/Errors.js +0 -8
- package/lib/module/web_hammer/Errors.js.map +0 -1
- package/lib/module/web_hammer/FlingGestureHandler.js +0 -133
- package/lib/module/web_hammer/FlingGestureHandler.js.map +0 -1
- package/lib/module/web_hammer/GestureHandler.js +0 -478
- package/lib/module/web_hammer/GestureHandler.js.map +0 -1
- package/lib/module/web_hammer/IndiscreteGestureHandler.js +0 -41
- package/lib/module/web_hammer/IndiscreteGestureHandler.js.map +0 -1
- package/lib/module/web_hammer/LongPressGestureHandler.js +0 -51
- package/lib/module/web_hammer/LongPressGestureHandler.js.map +0 -1
- package/lib/module/web_hammer/NativeViewGestureHandler.ts +0 -47
- package/lib/module/web_hammer/NodeManager.js +0 -33
- package/lib/module/web_hammer/NodeManager.js.map +0 -1
- package/lib/module/web_hammer/PanGestureHandler.js +0 -162
- package/lib/module/web_hammer/PanGestureHandler.js.map +0 -1
- package/lib/module/web_hammer/PinchGestureHandler.js +0 -26
- package/lib/module/web_hammer/PinchGestureHandler.js.map +0 -1
- package/lib/module/web_hammer/PressGestureHandler.js +0 -148
- package/lib/module/web_hammer/PressGestureHandler.js.map +0 -1
- package/lib/module/web_hammer/RotationGestureHandler.js +0 -27
- package/lib/module/web_hammer/RotationGestureHandler.js.map +0 -1
- package/lib/module/web_hammer/TapGestureHandler.js +0 -160
- package/lib/module/web_hammer/TapGestureHandler.js.map +0 -1
- package/lib/module/web_hammer/constants.js +0 -46
- package/lib/module/web_hammer/constants.js.map +0 -1
- package/lib/module/web_hammer/utils.js +0 -21
- package/lib/module/web_hammer/utils.js.map +0 -1
- package/lib/typescript/ActionType.d.ts +0 -8
- package/lib/typescript/ActionType.d.ts.map +0 -1
- package/lib/typescript/Directions.d.ts +0 -15
- package/lib/typescript/Directions.d.ts.map +0 -1
- package/lib/typescript/EnableNewWebImplementation.d.ts +0 -10
- package/lib/typescript/EnableNewWebImplementation.d.ts.map +0 -1
- package/lib/typescript/GestureHandlerRootViewContext.d.ts +0 -4
- package/lib/typescript/GestureHandlerRootViewContext.d.ts.map +0 -1
- package/lib/typescript/PlatformConstants.d.ts +0 -6
- package/lib/typescript/PlatformConstants.d.ts.map +0 -1
- package/lib/typescript/PlatformConstants.web.d.ts +0 -5
- package/lib/typescript/PlatformConstants.web.d.ts.map +0 -1
- package/lib/typescript/PointerType.d.ts +0 -8
- package/lib/typescript/PointerType.d.ts.map +0 -1
- package/lib/typescript/RNGestureHandlerModule.d.ts +0 -3
- package/lib/typescript/RNGestureHandlerModule.d.ts.map +0 -1
- package/lib/typescript/RNGestureHandlerModule.web.d.ts +0 -16
- package/lib/typescript/RNGestureHandlerModule.web.d.ts.map +0 -1
- package/lib/typescript/RNGestureHandlerModule.windows.d.ts +0 -33
- package/lib/typescript/RNGestureHandlerModule.windows.d.ts.map +0 -1
- package/lib/typescript/RNRenderer.d.ts +0 -2
- package/lib/typescript/RNRenderer.d.ts.map +0 -1
- package/lib/typescript/RNRenderer.web.d.ts +0 -4
- package/lib/typescript/RNRenderer.web.d.ts.map +0 -1
- package/lib/typescript/State.d.ts +0 -10
- package/lib/typescript/State.d.ts.map +0 -1
- package/lib/typescript/TouchEventType.d.ts +0 -9
- package/lib/typescript/TouchEventType.d.ts.map +0 -1
- package/lib/typescript/components/DrawerLayout.d.ts +0 -186
- package/lib/typescript/components/DrawerLayout.d.ts.map +0 -1
- package/lib/typescript/components/GestureButtons.d.ts +0 -8
- package/lib/typescript/components/GestureButtons.d.ts.map +0 -1
- package/lib/typescript/components/GestureButtonsProps.d.ts +0 -116
- package/lib/typescript/components/GestureButtonsProps.d.ts.map +0 -1
- package/lib/typescript/components/GestureComponents.d.ts +0 -23
- package/lib/typescript/components/GestureComponents.d.ts.map +0 -1
- package/lib/typescript/components/GestureComponents.web.d.ts +0 -9
- package/lib/typescript/components/GestureComponents.web.d.ts.map +0 -1
- package/lib/typescript/components/GestureHandlerButton.d.ts +0 -5
- package/lib/typescript/components/GestureHandlerButton.d.ts.map +0 -1
- package/lib/typescript/components/GestureHandlerButton.web.d.ts +0 -5
- package/lib/typescript/components/GestureHandlerButton.web.d.ts.map +0 -1
- package/lib/typescript/components/GestureHandlerRootView.android.d.ts +0 -7
- package/lib/typescript/components/GestureHandlerRootView.android.d.ts.map +0 -1
- package/lib/typescript/components/GestureHandlerRootView.d.ts +0 -7
- package/lib/typescript/components/GestureHandlerRootView.d.ts.map +0 -1
- package/lib/typescript/components/GestureHandlerRootView.web.d.ts +0 -7
- package/lib/typescript/components/GestureHandlerRootView.web.d.ts.map +0 -1
- package/lib/typescript/components/Pressable/Pressable.d.ts +0 -6
- package/lib/typescript/components/Pressable/Pressable.d.ts.map +0 -1
- package/lib/typescript/components/Pressable/PressableProps.d.ts +0 -125
- package/lib/typescript/components/Pressable/PressableProps.d.ts.map +0 -1
- package/lib/typescript/components/Pressable/index.d.ts +0 -3
- package/lib/typescript/components/Pressable/index.d.ts.map +0 -1
- package/lib/typescript/components/Pressable/utils.d.ts +0 -14
- package/lib/typescript/components/Pressable/utils.d.ts.map +0 -1
- package/lib/typescript/components/ReanimatedDrawerLayout.d.ts +0 -168
- package/lib/typescript/components/ReanimatedDrawerLayout.d.ts.map +0 -1
- package/lib/typescript/components/ReanimatedSwipeable.d.ts +0 -148
- package/lib/typescript/components/ReanimatedSwipeable.d.ts.map +0 -1
- package/lib/typescript/components/Swipeable.d.ts +0 -184
- package/lib/typescript/components/Swipeable.d.ts.map +0 -1
- package/lib/typescript/components/Text.d.ts +0 -5
- package/lib/typescript/components/Text.d.ts.map +0 -1
- package/lib/typescript/components/gestureHandlerRootHOC.d.ts +0 -4
- package/lib/typescript/components/gestureHandlerRootHOC.d.ts.map +0 -1
- package/lib/typescript/components/touchables/ExtraButtonProps.d.ts +0 -8
- package/lib/typescript/components/touchables/ExtraButtonProps.d.ts.map +0 -1
- package/lib/typescript/components/touchables/GenericTouchable.d.ts +0 -56
- package/lib/typescript/components/touchables/GenericTouchable.d.ts.map +0 -1
- package/lib/typescript/components/touchables/GenericTouchableProps.d.ts +0 -17
- package/lib/typescript/components/touchables/GenericTouchableProps.d.ts.map +0 -1
- package/lib/typescript/components/touchables/TouchableHighlight.d.ts +0 -42
- package/lib/typescript/components/touchables/TouchableHighlight.d.ts.map +0 -1
- package/lib/typescript/components/touchables/TouchableNativeFeedback.android.d.ts +0 -41
- package/lib/typescript/components/touchables/TouchableNativeFeedback.android.d.ts.map +0 -1
- package/lib/typescript/components/touchables/TouchableNativeFeedback.d.ts +0 -7
- package/lib/typescript/components/touchables/TouchableNativeFeedback.d.ts.map +0 -1
- package/lib/typescript/components/touchables/TouchableNativeFeedbackProps.d.ts +0 -9
- package/lib/typescript/components/touchables/TouchableNativeFeedbackProps.d.ts.map +0 -1
- package/lib/typescript/components/touchables/TouchableOpacity.d.ts +0 -31
- package/lib/typescript/components/touchables/TouchableOpacity.d.ts.map +0 -1
- package/lib/typescript/components/touchables/TouchableWithoutFeedback.d.ts +0 -15
- package/lib/typescript/components/touchables/TouchableWithoutFeedback.d.ts.map +0 -1
- package/lib/typescript/components/touchables/index.d.ts +0 -8
- package/lib/typescript/components/touchables/index.d.ts.map +0 -1
- package/lib/typescript/components/utils.d.ts +0 -5
- package/lib/typescript/components/utils.d.ts.map +0 -1
- package/lib/typescript/findNodeHandle.d.ts +0 -3
- package/lib/typescript/findNodeHandle.d.ts.map +0 -1
- package/lib/typescript/findNodeHandle.web.d.ts +0 -3
- package/lib/typescript/findNodeHandle.web.d.ts.map +0 -1
- package/lib/typescript/getShadowNodeFromRef.d.ts +0 -2
- package/lib/typescript/getShadowNodeFromRef.d.ts.map +0 -1
- package/lib/typescript/getShadowNodeFromRef.web.d.ts +0 -2
- package/lib/typescript/getShadowNodeFromRef.web.d.ts.map +0 -1
- package/lib/typescript/ghQueueMicrotask.d.ts +0 -2
- package/lib/typescript/ghQueueMicrotask.d.ts.map +0 -1
- package/lib/typescript/handlers/FlingGestureHandler.d.ts +0 -39
- package/lib/typescript/handlers/FlingGestureHandler.d.ts.map +0 -1
- package/lib/typescript/handlers/ForceTouchGestureHandler.d.ts +0 -45
- package/lib/typescript/handlers/ForceTouchGestureHandler.d.ts.map +0 -1
- package/lib/typescript/handlers/GestureHandlerEventPayload.d.ts +0 -195
- package/lib/typescript/handlers/GestureHandlerEventPayload.d.ts.map +0 -1
- package/lib/typescript/handlers/LongPressGestureHandler.d.ts +0 -36
- package/lib/typescript/handlers/LongPressGestureHandler.d.ts.map +0 -1
- package/lib/typescript/handlers/NativeViewGestureHandler.d.ts +0 -33
- package/lib/typescript/handlers/NativeViewGestureHandler.d.ts.map +0 -1
- package/lib/typescript/handlers/PanGestureHandler.d.ts +0 -100
- package/lib/typescript/handlers/PanGestureHandler.d.ts.map +0 -1
- package/lib/typescript/handlers/PinchGestureHandler.d.ts +0 -17
- package/lib/typescript/handlers/PinchGestureHandler.d.ts.map +0 -1
- package/lib/typescript/handlers/PressabilityDebugView.d.ts +0 -2
- package/lib/typescript/handlers/PressabilityDebugView.d.ts.map +0 -1
- package/lib/typescript/handlers/PressabilityDebugView.web.d.ts +0 -2
- package/lib/typescript/handlers/PressabilityDebugView.web.d.ts.map +0 -1
- package/lib/typescript/handlers/RotationGestureHandler.d.ts +0 -17
- package/lib/typescript/handlers/RotationGestureHandler.d.ts.map +0 -1
- package/lib/typescript/handlers/TapGestureHandler.d.ts +0 -62
- package/lib/typescript/handlers/TapGestureHandler.d.ts.map +0 -1
- package/lib/typescript/handlers/createHandler.d.ts +0 -12
- package/lib/typescript/handlers/createHandler.d.ts.map +0 -1
- package/lib/typescript/handlers/createNativeWrapper.d.ts +0 -4
- package/lib/typescript/handlers/createNativeWrapper.d.ts.map +0 -1
- package/lib/typescript/handlers/customDirectEventTypes.d.ts +0 -2
- package/lib/typescript/handlers/customDirectEventTypes.d.ts.map +0 -1
- package/lib/typescript/handlers/customDirectEventTypes.web.d.ts +0 -3
- package/lib/typescript/handlers/customDirectEventTypes.web.d.ts.map +0 -1
- package/lib/typescript/handlers/gestureHandlerCommon.d.ts +0 -79
- package/lib/typescript/handlers/gestureHandlerCommon.d.ts.map +0 -1
- package/lib/typescript/handlers/gestureHandlerTypesCompat.d.ts +0 -44
- package/lib/typescript/handlers/gestureHandlerTypesCompat.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/GestureDetector/Wrap.d.ts +0 -14
- package/lib/typescript/handlers/gestures/GestureDetector/Wrap.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/GestureDetector/Wrap.web.d.ts +0 -8
- package/lib/typescript/handlers/gestures/GestureDetector/Wrap.web.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/GestureDetector/attachHandlers.d.ts +0 -14
- package/lib/typescript/handlers/gestures/GestureDetector/attachHandlers.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/GestureDetector/dropHandlers.d.ts +0 -3
- package/lib/typescript/handlers/gestures/GestureDetector/dropHandlers.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/GestureDetector/index.d.ts +0 -50
- package/lib/typescript/handlers/gestures/GestureDetector/index.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/GestureDetector/needsToReattach.d.ts +0 -4
- package/lib/typescript/handlers/gestures/GestureDetector/needsToReattach.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/GestureDetector/types.d.ts +0 -21
- package/lib/typescript/handlers/gestures/GestureDetector/types.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/GestureDetector/updateHandlers.d.ts +0 -5
- package/lib/typescript/handlers/gestures/GestureDetector/updateHandlers.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/GestureDetector/useAnimatedGesture.d.ts +0 -3
- package/lib/typescript/handlers/gestures/GestureDetector/useAnimatedGesture.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/GestureDetector/useDetectorUpdater.d.ts +0 -6
- package/lib/typescript/handlers/gestures/GestureDetector/useDetectorUpdater.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/GestureDetector/useMountReactions.d.ts +0 -3
- package/lib/typescript/handlers/gestures/GestureDetector/useMountReactions.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/GestureDetector/useViewRefHandler.d.ts +0 -4
- package/lib/typescript/handlers/gestures/GestureDetector/useViewRefHandler.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/GestureDetector/utils.d.ts +0 -13
- package/lib/typescript/handlers/gestures/GestureDetector/utils.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/eventReceiver.d.ts +0 -5
- package/lib/typescript/handlers/gestures/eventReceiver.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/flingGesture.d.ts +0 -22
- package/lib/typescript/handlers/gestures/flingGesture.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/forceTouchGesture.d.ts +0 -31
- package/lib/typescript/handlers/gestures/forceTouchGesture.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/gesture.d.ts +0 -218
- package/lib/typescript/handlers/gestures/gesture.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/gestureComposition.d.ts +0 -22
- package/lib/typescript/handlers/gestures/gestureComposition.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/gestureObjects.d.ts +0 -99
- package/lib/typescript/handlers/gestures/gestureObjects.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/gestureStateManager.d.ts +0 -12
- package/lib/typescript/handlers/gestures/gestureStateManager.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/gestureStateManager.web.d.ts +0 -5
- package/lib/typescript/handlers/gestures/gestureStateManager.web.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/hoverGesture.d.ts +0 -28
- package/lib/typescript/handlers/gestures/hoverGesture.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/longPressGesture.d.ts +0 -26
- package/lib/typescript/handlers/gestures/longPressGesture.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/manualGesture.d.ts +0 -8
- package/lib/typescript/handlers/gestures/manualGesture.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/nativeGesture.d.ts +0 -19
- package/lib/typescript/handlers/gestures/nativeGesture.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/panGesture.d.ts +0 -91
- package/lib/typescript/handlers/gestures/panGesture.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/pinchGesture.d.ts +0 -12
- package/lib/typescript/handlers/gestures/pinchGesture.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/reanimatedWrapper.d.ts +0 -15
- package/lib/typescript/handlers/gestures/reanimatedWrapper.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/rotationGesture.d.ts +0 -13
- package/lib/typescript/handlers/gestures/rotationGesture.d.ts.map +0 -1
- package/lib/typescript/handlers/gestures/tapGesture.d.ts +0 -51
- package/lib/typescript/handlers/gestures/tapGesture.d.ts.map +0 -1
- package/lib/typescript/handlers/getNextHandlerTag.d.ts +0 -2
- package/lib/typescript/handlers/getNextHandlerTag.d.ts.map +0 -1
- package/lib/typescript/handlers/handlersRegistry.d.ts +0 -15
- package/lib/typescript/handlers/handlersRegistry.d.ts.map +0 -1
- package/lib/typescript/handlers/utils.d.ts +0 -8
- package/lib/typescript/handlers/utils.d.ts.map +0 -1
- package/lib/typescript/index.d.ts +0 -59
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/init.d.ts +0 -3
- package/lib/typescript/init.d.ts.map +0 -1
- package/lib/typescript/jestUtils/index.d.ts +0 -2
- package/lib/typescript/jestUtils/index.d.ts.map +0 -1
- package/lib/typescript/jestUtils/jestUtils.d.ts +0 -30
- package/lib/typescript/jestUtils/jestUtils.d.ts.map +0 -1
- package/lib/typescript/mocks.d.ts +0 -47
- package/lib/typescript/mocks.d.ts.map +0 -1
- package/lib/typescript/mountRegistry.d.ts +0 -17
- package/lib/typescript/mountRegistry.d.ts.map +0 -1
- package/lib/typescript/specs/NativeRNGestureHandlerModule.d.ts +0 -15
- package/lib/typescript/specs/NativeRNGestureHandlerModule.d.ts.map +0 -1
- package/lib/typescript/specs/RNGestureHandlerButtonNativeComponent.d.ts +0 -17
- package/lib/typescript/specs/RNGestureHandlerButtonNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/RNGestureHandlerRootViewNativeComponent.d.ts +0 -6
- package/lib/typescript/specs/RNGestureHandlerRootViewNativeComponent.d.ts.map +0 -1
- package/lib/typescript/typeUtils.d.ts +0 -2
- package/lib/typescript/typeUtils.d.ts.map +0 -1
- package/lib/typescript/utils.d.ts +0 -21
- package/lib/typescript/utils.d.ts.map +0 -1
- package/lib/typescript/web/Gestures.d.ts +0 -37
- package/lib/typescript/web/Gestures.d.ts.map +0 -1
- package/lib/typescript/web/constants.d.ts +0 -3
- package/lib/typescript/web/constants.d.ts.map +0 -1
- package/lib/typescript/web/detectors/RotationGestureDetector.d.ts +0 -31
- package/lib/typescript/web/detectors/RotationGestureDetector.d.ts.map +0 -1
- package/lib/typescript/web/detectors/ScaleGestureDetector.d.ts +0 -30
- package/lib/typescript/web/detectors/ScaleGestureDetector.d.ts.map +0 -1
- package/lib/typescript/web/handlers/FlingGestureHandler.d.ts +0 -27
- package/lib/typescript/web/handlers/FlingGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web/handlers/GestureHandler.d.ts +0 -103
- package/lib/typescript/web/handlers/GestureHandler.d.ts.map +0 -1
- package/lib/typescript/web/handlers/HoverGestureHandler.d.ts +0 -11
- package/lib/typescript/web/handlers/HoverGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web/handlers/IGestureHandler.d.ts +0 -38
- package/lib/typescript/web/handlers/IGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web/handlers/LongPressGestureHandler.d.ts +0 -31
- package/lib/typescript/web/handlers/LongPressGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web/handlers/ManualGestureHandler.d.ts +0 -11
- package/lib/typescript/web/handlers/ManualGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web/handlers/NativeViewGestureHandler.d.ts +0 -26
- package/lib/typescript/web/handlers/NativeViewGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web/handlers/PanGestureHandler.d.ts +0 -62
- package/lib/typescript/web/handlers/PanGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web/handlers/PinchGestureHandler.d.ts +0 -28
- package/lib/typescript/web/handlers/PinchGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web/handlers/RotationGestureHandler.d.ts +0 -28
- package/lib/typescript/web/handlers/RotationGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web/handlers/TapGestureHandler.d.ts +0 -39
- package/lib/typescript/web/handlers/TapGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web/interfaces.d.ts +0 -158
- package/lib/typescript/web/interfaces.d.ts.map +0 -1
- package/lib/typescript/web/tools/CircularBuffer.d.ts +0 -12
- package/lib/typescript/web/tools/CircularBuffer.d.ts.map +0 -1
- package/lib/typescript/web/tools/EventManager.d.ts +0 -40
- package/lib/typescript/web/tools/EventManager.d.ts.map +0 -1
- package/lib/typescript/web/tools/GestureHandlerDelegate.d.ts +0 -25
- package/lib/typescript/web/tools/GestureHandlerDelegate.d.ts.map +0 -1
- package/lib/typescript/web/tools/GestureHandlerOrchestrator.d.ts +0 -32
- package/lib/typescript/web/tools/GestureHandlerOrchestrator.d.ts.map +0 -1
- package/lib/typescript/web/tools/GestureHandlerWebDelegate.d.ts +0 -36
- package/lib/typescript/web/tools/GestureHandlerWebDelegate.d.ts.map +0 -1
- package/lib/typescript/web/tools/InteractionManager.d.ts +0 -18
- package/lib/typescript/web/tools/InteractionManager.d.ts.map +0 -1
- package/lib/typescript/web/tools/KeyboardEventManager.d.ts +0 -14
- package/lib/typescript/web/tools/KeyboardEventManager.d.ts.map +0 -1
- package/lib/typescript/web/tools/LeastSquareSolver.d.ts +0 -13
- package/lib/typescript/web/tools/LeastSquareSolver.d.ts.map +0 -1
- package/lib/typescript/web/tools/NodeManager.d.ts +0 -13
- package/lib/typescript/web/tools/NodeManager.d.ts.map +0 -1
- package/lib/typescript/web/tools/PointerEventManager.d.ts +0 -20
- package/lib/typescript/web/tools/PointerEventManager.d.ts.map +0 -1
- package/lib/typescript/web/tools/PointerTracker.d.ts +0 -51
- package/lib/typescript/web/tools/PointerTracker.d.ts.map +0 -1
- package/lib/typescript/web/tools/Vector.d.ts +0 -16
- package/lib/typescript/web/tools/Vector.d.ts.map +0 -1
- package/lib/typescript/web/tools/VelocityTracker.d.ts +0 -14
- package/lib/typescript/web/tools/VelocityTracker.d.ts.map +0 -1
- package/lib/typescript/web/tools/WheelEventManager.d.ts +0 -12
- package/lib/typescript/web/tools/WheelEventManager.d.ts.map +0 -1
- package/lib/typescript/web/utils.d.ts +0 -15
- package/lib/typescript/web/utils.d.ts.map +0 -1
- package/lib/typescript/web_hammer/DiscreteGestureHandler.d.ts +0 -21
- package/lib/typescript/web_hammer/DiscreteGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web_hammer/DraggingGestureHandler.d.ts +0 -16
- package/lib/typescript/web_hammer/DraggingGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web_hammer/Errors.d.ts +0 -4
- package/lib/typescript/web_hammer/Errors.d.ts.map +0 -1
- package/lib/typescript/web_hammer/FlingGestureHandler.d.ts +0 -44
- package/lib/typescript/web_hammer/FlingGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web_hammer/GestureHandler.d.ts +0 -146
- package/lib/typescript/web_hammer/GestureHandler.d.ts.map +0 -1
- package/lib/typescript/web_hammer/IndiscreteGestureHandler.d.ts +0 -41
- package/lib/typescript/web_hammer/IndiscreteGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web_hammer/LongPressGestureHandler.d.ts +0 -39
- package/lib/typescript/web_hammer/LongPressGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web_hammer/NativeViewGestureHandler.d.ts +0 -8
- package/lib/typescript/web_hammer/NativeViewGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web_hammer/NodeManager.d.ts +0 -8
- package/lib/typescript/web_hammer/NodeManager.d.ts.map +0 -1
- package/lib/typescript/web_hammer/PanGestureHandler.d.ts +0 -57
- package/lib/typescript/web_hammer/PanGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web_hammer/PinchGestureHandler.d.ts +0 -14
- package/lib/typescript/web_hammer/PinchGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web_hammer/PressGestureHandler.d.ts +0 -84
- package/lib/typescript/web_hammer/PressGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web_hammer/RotationGestureHandler.d.ts +0 -14
- package/lib/typescript/web_hammer/RotationGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web_hammer/TapGestureHandler.d.ts +0 -58
- package/lib/typescript/web_hammer/TapGestureHandler.d.ts.map +0 -1
- package/lib/typescript/web_hammer/constants.d.ts +0 -40
- package/lib/typescript/web_hammer/constants.d.ts.map +0 -1
- package/lib/typescript/web_hammer/utils.d.ts +0 -10
- package/lib/typescript/web_hammer/utils.d.ts.map +0 -1
@@ -1,346 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireWildcard(require("react"));
|
8
|
-
var _gestureObjects = require("../handlers/gestures/gestureObjects");
|
9
|
-
var _GestureDetector = require("../handlers/gestures/GestureDetector");
|
10
|
-
var _reactNativeReanimated = _interopRequireWildcard(require("react-native-reanimated"));
|
11
|
-
var _reactNative = require("react-native");
|
12
|
-
var _utils = require("./utils");
|
13
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
14
|
-
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
15
|
-
// Similarily to the DrawerLayout component this deserves to be put in a
|
16
|
-
// separate repo. Although, keeping it here for the time being will allow us to
|
17
|
-
// move faster and fix possible issues quicker
|
18
|
-
|
19
|
-
const DRAG_TOSS = 0.05;
|
20
|
-
var SwipeDirection = /*#__PURE__*/function (SwipeDirection) {
|
21
|
-
SwipeDirection["LEFT"] = "left";
|
22
|
-
SwipeDirection["RIGHT"] = "right";
|
23
|
-
return SwipeDirection;
|
24
|
-
}(SwipeDirection || {});
|
25
|
-
const Swipeable = /*#__PURE__*/(0, _react.forwardRef)(function Swipeable(props, ref) {
|
26
|
-
const defaultProps = {
|
27
|
-
friction: 1,
|
28
|
-
overshootFriction: 1,
|
29
|
-
dragOffset: 10,
|
30
|
-
enableTrackpadTwoFingerGesture: false
|
31
|
-
};
|
32
|
-
const {
|
33
|
-
leftThreshold,
|
34
|
-
rightThreshold,
|
35
|
-
enabled,
|
36
|
-
containerStyle,
|
37
|
-
childrenContainerStyle,
|
38
|
-
animationOptions,
|
39
|
-
overshootLeft,
|
40
|
-
overshootRight,
|
41
|
-
testID,
|
42
|
-
children,
|
43
|
-
enableTrackpadTwoFingerGesture = defaultProps.enableTrackpadTwoFingerGesture,
|
44
|
-
dragOffsetFromLeftEdge = defaultProps.dragOffset,
|
45
|
-
dragOffsetFromRightEdge = defaultProps.dragOffset,
|
46
|
-
friction = defaultProps.friction,
|
47
|
-
overshootFriction = defaultProps.overshootFriction,
|
48
|
-
onSwipeableOpenStartDrag,
|
49
|
-
onSwipeableCloseStartDrag,
|
50
|
-
onSwipeableWillOpen,
|
51
|
-
onSwipeableWillClose,
|
52
|
-
onSwipeableOpen,
|
53
|
-
onSwipeableClose,
|
54
|
-
renderLeftActions,
|
55
|
-
renderRightActions,
|
56
|
-
simultaneousWithExternalGesture,
|
57
|
-
requireExternalGestureToFail,
|
58
|
-
blocksExternalGesture,
|
59
|
-
hitSlop,
|
60
|
-
...remainingProps
|
61
|
-
} = props;
|
62
|
-
const relationProps = {
|
63
|
-
simultaneousWithExternalGesture,
|
64
|
-
requireExternalGestureToFail,
|
65
|
-
blocksExternalGesture
|
66
|
-
};
|
67
|
-
const rowState = (0, _reactNativeReanimated.useSharedValue)(0);
|
68
|
-
const userDrag = (0, _reactNativeReanimated.useSharedValue)(0);
|
69
|
-
const appliedTranslation = (0, _reactNativeReanimated.useSharedValue)(0);
|
70
|
-
const rowWidth = (0, _reactNativeReanimated.useSharedValue)(0);
|
71
|
-
const leftWidth = (0, _reactNativeReanimated.useSharedValue)(0);
|
72
|
-
const rightWidth = (0, _reactNativeReanimated.useSharedValue)(0);
|
73
|
-
const showLeftProgress = (0, _reactNativeReanimated.useSharedValue)(0);
|
74
|
-
const showRightProgress = (0, _reactNativeReanimated.useSharedValue)(0);
|
75
|
-
const updateAnimatedEvent = (0, _react.useCallback)(() => {
|
76
|
-
'worklet';
|
77
|
-
|
78
|
-
const shouldOvershootLeft = overshootLeft ?? leftWidth.value > 0;
|
79
|
-
const shouldOvershootRight = overshootRight ?? rightWidth.value > 0;
|
80
|
-
const startOffset = rowState.value === 1 ? leftWidth.value : rowState.value === -1 ? -rightWidth.value : 0;
|
81
|
-
const offsetDrag = userDrag.value / friction + startOffset;
|
82
|
-
appliedTranslation.value = (0, _reactNativeReanimated.interpolate)(offsetDrag, [-rightWidth.value - 1, -rightWidth.value, leftWidth.value, leftWidth.value + 1], [-rightWidth.value - (shouldOvershootRight ? 1 / overshootFriction : 0), -rightWidth.value, leftWidth.value, leftWidth.value + (shouldOvershootLeft ? 1 / overshootFriction : 0)]);
|
83
|
-
showLeftProgress.value = leftWidth.value > 0 ? (0, _reactNativeReanimated.interpolate)(appliedTranslation.value, [-1, 0, leftWidth.value], [0, 0, 1]) : 0;
|
84
|
-
showRightProgress.value = rightWidth.value > 0 ? (0, _reactNativeReanimated.interpolate)(appliedTranslation.value, [-rightWidth.value, 0, 1], [1, 0, 0]) : 0;
|
85
|
-
}, [appliedTranslation, friction, leftWidth, overshootFriction, rightWidth, rowState, showLeftProgress, showRightProgress, userDrag, overshootLeft, overshootRight]);
|
86
|
-
const dispatchImmediateEvents = (0, _react.useCallback)((fromValue, toValue) => {
|
87
|
-
'worklet';
|
88
|
-
|
89
|
-
if (onSwipeableWillOpen && toValue !== 0) {
|
90
|
-
(0, _reactNativeReanimated.runOnJS)(onSwipeableWillOpen)(toValue > 0 ? SwipeDirection.RIGHT : SwipeDirection.LEFT);
|
91
|
-
}
|
92
|
-
if (onSwipeableWillClose && toValue === 0) {
|
93
|
-
(0, _reactNativeReanimated.runOnJS)(onSwipeableWillClose)(fromValue > 0 ? SwipeDirection.LEFT : SwipeDirection.RIGHT);
|
94
|
-
}
|
95
|
-
}, [onSwipeableWillClose, onSwipeableWillOpen, rowState]);
|
96
|
-
const dispatchEndEvents = (0, _react.useCallback)((fromValue, toValue) => {
|
97
|
-
'worklet';
|
98
|
-
|
99
|
-
if (onSwipeableOpen && toValue !== 0) {
|
100
|
-
(0, _reactNativeReanimated.runOnJS)(onSwipeableOpen)(toValue > 0 ? SwipeDirection.RIGHT : SwipeDirection.LEFT);
|
101
|
-
}
|
102
|
-
if (onSwipeableClose && toValue === 0) {
|
103
|
-
(0, _reactNativeReanimated.runOnJS)(onSwipeableClose)(fromValue > 0 ? SwipeDirection.LEFT : SwipeDirection.RIGHT);
|
104
|
-
}
|
105
|
-
}, [onSwipeableClose, onSwipeableOpen]);
|
106
|
-
const animateRow = (0, _react.useCallback)((toValue, velocityX) => {
|
107
|
-
'worklet';
|
108
|
-
|
109
|
-
const translationSpringConfig = {
|
110
|
-
mass: 2,
|
111
|
-
damping: 1000,
|
112
|
-
stiffness: 700,
|
113
|
-
velocity: velocityX,
|
114
|
-
overshootClamping: true,
|
115
|
-
reduceMotion: _reactNativeReanimated.ReduceMotion.System,
|
116
|
-
...animationOptions
|
117
|
-
};
|
118
|
-
const isClosing = toValue === 0;
|
119
|
-
const moveToRight = isClosing ? rowState.value < 0 : toValue > 0;
|
120
|
-
const usedWidth = isClosing ? moveToRight ? rightWidth.value : leftWidth.value : moveToRight ? leftWidth.value : rightWidth.value;
|
121
|
-
const progressSpringConfig = {
|
122
|
-
...translationSpringConfig,
|
123
|
-
restDisplacementThreshold: 0.01,
|
124
|
-
restSpeedThreshold: 0.01,
|
125
|
-
velocity: velocityX && (0, _reactNativeReanimated.interpolate)(velocityX, [-usedWidth, usedWidth], [-1, 1])
|
126
|
-
};
|
127
|
-
const frozenRowState = rowState.value;
|
128
|
-
appliedTranslation.value = (0, _reactNativeReanimated.withSpring)(toValue, translationSpringConfig, isFinished => {
|
129
|
-
if (isFinished) {
|
130
|
-
dispatchEndEvents(frozenRowState, toValue);
|
131
|
-
}
|
132
|
-
});
|
133
|
-
const progressTarget = toValue === 0 ? 0 : 1 * Math.sign(toValue);
|
134
|
-
showLeftProgress.value = (0, _reactNativeReanimated.withSpring)(Math.max(progressTarget, 0), progressSpringConfig);
|
135
|
-
showRightProgress.value = (0, _reactNativeReanimated.withSpring)(Math.max(-progressTarget, 0), progressSpringConfig);
|
136
|
-
dispatchImmediateEvents(frozenRowState, toValue);
|
137
|
-
rowState.value = Math.sign(toValue);
|
138
|
-
}, [rowState, animationOptions, appliedTranslation, showLeftProgress, leftWidth, showRightProgress, rightWidth, dispatchImmediateEvents, dispatchEndEvents]);
|
139
|
-
const leftLayoutRef = (0, _reactNativeReanimated.useAnimatedRef)();
|
140
|
-
const leftWrapperLayoutRef = (0, _reactNativeReanimated.useAnimatedRef)();
|
141
|
-
const rightLayoutRef = (0, _reactNativeReanimated.useAnimatedRef)();
|
142
|
-
const updateElementWidths = (0, _react.useCallback)(() => {
|
143
|
-
'worklet';
|
144
|
-
|
145
|
-
const leftLayout = (0, _reactNativeReanimated.measure)(leftLayoutRef);
|
146
|
-
const leftWrapperLayout = (0, _reactNativeReanimated.measure)(leftWrapperLayoutRef);
|
147
|
-
const rightLayout = (0, _reactNativeReanimated.measure)(rightLayoutRef);
|
148
|
-
leftWidth.value = (leftLayout?.pageX ?? 0) - (leftWrapperLayout?.pageX ?? 0);
|
149
|
-
rightWidth.value = rowWidth.value - (rightLayout?.pageX ?? rowWidth.value) + (leftWrapperLayout?.pageX ?? 0);
|
150
|
-
}, [leftLayoutRef, leftWrapperLayoutRef, rightLayoutRef, leftWidth, rightWidth, rowWidth]);
|
151
|
-
const swipeableMethods = (0, _react.useMemo)(() => ({
|
152
|
-
close() {
|
153
|
-
'worklet';
|
154
|
-
|
155
|
-
if (_WORKLET) {
|
156
|
-
animateRow(0);
|
157
|
-
return;
|
158
|
-
}
|
159
|
-
(0, _reactNativeReanimated.runOnUI)(() => {
|
160
|
-
animateRow(0);
|
161
|
-
})();
|
162
|
-
},
|
163
|
-
openLeft() {
|
164
|
-
'worklet';
|
165
|
-
|
166
|
-
if (_WORKLET) {
|
167
|
-
updateElementWidths();
|
168
|
-
animateRow(leftWidth.value);
|
169
|
-
return;
|
170
|
-
}
|
171
|
-
(0, _reactNativeReanimated.runOnUI)(() => {
|
172
|
-
updateElementWidths();
|
173
|
-
animateRow(leftWidth.value);
|
174
|
-
})();
|
175
|
-
},
|
176
|
-
openRight() {
|
177
|
-
'worklet';
|
178
|
-
|
179
|
-
if (_WORKLET) {
|
180
|
-
updateElementWidths();
|
181
|
-
animateRow(-rightWidth.value);
|
182
|
-
return;
|
183
|
-
}
|
184
|
-
(0, _reactNativeReanimated.runOnUI)(() => {
|
185
|
-
updateElementWidths();
|
186
|
-
animateRow(-rightWidth.value);
|
187
|
-
})();
|
188
|
-
},
|
189
|
-
reset() {
|
190
|
-
'worklet';
|
191
|
-
|
192
|
-
userDrag.value = 0;
|
193
|
-
showLeftProgress.value = 0;
|
194
|
-
appliedTranslation.value = 0;
|
195
|
-
rowState.value = 0;
|
196
|
-
}
|
197
|
-
}), [animateRow, updateElementWidths, leftWidth, rightWidth, userDrag, showLeftProgress, appliedTranslation, rowState]);
|
198
|
-
const onRowLayout = (0, _react.useCallback)(({
|
199
|
-
nativeEvent
|
200
|
-
}) => {
|
201
|
-
rowWidth.value = nativeEvent.layout.width;
|
202
|
-
}, [rowWidth]);
|
203
|
-
|
204
|
-
// As stated in `Dimensions.get` docstring, this function should be called on every render
|
205
|
-
// since dimensions may change (e.g. orientation change)
|
206
|
-
|
207
|
-
const leftActionAnimation = (0, _reactNativeReanimated.useAnimatedStyle)(() => {
|
208
|
-
return {
|
209
|
-
opacity: showLeftProgress.value === 0 ? 0 : 1
|
210
|
-
};
|
211
|
-
});
|
212
|
-
const leftElement = (0, _react.useCallback)(() => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeReanimated.default.View, {
|
213
|
-
ref: leftWrapperLayoutRef,
|
214
|
-
style: [styles.leftActions, leftActionAnimation],
|
215
|
-
children: [renderLeftActions?.(showLeftProgress, appliedTranslation, swipeableMethods), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeReanimated.default.View, {
|
216
|
-
ref: leftLayoutRef
|
217
|
-
})]
|
218
|
-
}), [appliedTranslation, leftActionAnimation, leftLayoutRef, leftWrapperLayoutRef, renderLeftActions, showLeftProgress, swipeableMethods]);
|
219
|
-
const rightActionAnimation = (0, _reactNativeReanimated.useAnimatedStyle)(() => {
|
220
|
-
return {
|
221
|
-
opacity: showRightProgress.value === 0 ? 0 : 1
|
222
|
-
};
|
223
|
-
});
|
224
|
-
const rightElement = (0, _react.useCallback)(() => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeReanimated.default.View, {
|
225
|
-
style: [styles.rightActions, rightActionAnimation],
|
226
|
-
children: [renderRightActions?.(showRightProgress, appliedTranslation, swipeableMethods), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeReanimated.default.View, {
|
227
|
-
ref: rightLayoutRef
|
228
|
-
})]
|
229
|
-
}), [appliedTranslation, renderRightActions, rightActionAnimation, rightLayoutRef, showRightProgress, swipeableMethods]);
|
230
|
-
const handleRelease = (0, _react.useCallback)(event => {
|
231
|
-
'worklet';
|
232
|
-
|
233
|
-
const {
|
234
|
-
velocityX
|
235
|
-
} = event;
|
236
|
-
userDrag.value = event.translationX;
|
237
|
-
const leftThresholdProp = leftThreshold ?? leftWidth.value / 2;
|
238
|
-
const rightThresholdProp = rightThreshold ?? rightWidth.value / 2;
|
239
|
-
const translationX = (userDrag.value + DRAG_TOSS * velocityX) / friction;
|
240
|
-
let toValue = 0;
|
241
|
-
if (rowState.value === 0) {
|
242
|
-
if (translationX > leftThresholdProp) {
|
243
|
-
toValue = leftWidth.value;
|
244
|
-
} else if (translationX < -rightThresholdProp) {
|
245
|
-
toValue = -rightWidth.value;
|
246
|
-
}
|
247
|
-
} else if (rowState.value === 1) {
|
248
|
-
// Swiped to left
|
249
|
-
if (translationX > -leftThresholdProp) {
|
250
|
-
toValue = leftWidth.value;
|
251
|
-
}
|
252
|
-
} else {
|
253
|
-
// Swiped to right
|
254
|
-
if (translationX < rightThresholdProp) {
|
255
|
-
toValue = -rightWidth.value;
|
256
|
-
}
|
257
|
-
}
|
258
|
-
animateRow(toValue, velocityX / friction);
|
259
|
-
}, [animateRow, friction, leftThreshold, leftWidth, rightThreshold, rightWidth, rowState, userDrag]);
|
260
|
-
const close = (0, _react.useCallback)(() => {
|
261
|
-
'worklet';
|
262
|
-
|
263
|
-
animateRow(0);
|
264
|
-
}, [animateRow]);
|
265
|
-
const dragStarted = (0, _reactNativeReanimated.useSharedValue)(false);
|
266
|
-
const tapGesture = (0, _react.useMemo)(() => {
|
267
|
-
const tap = _gestureObjects.GestureObjects.Tap().shouldCancelWhenOutside(true).onStart(() => {
|
268
|
-
if (rowState.value !== 0) {
|
269
|
-
close();
|
270
|
-
}
|
271
|
-
});
|
272
|
-
Object.entries(relationProps).forEach(([relationName, relation]) => {
|
273
|
-
(0, _utils.applyRelationProp)(tap, relationName, relation);
|
274
|
-
});
|
275
|
-
return tap;
|
276
|
-
}, [close, rowState, simultaneousWithExternalGesture]);
|
277
|
-
const panGesture = (0, _react.useMemo)(() => {
|
278
|
-
const pan = _gestureObjects.GestureObjects.Pan().enabled(enabled !== false).enableTrackpadTwoFingerGesture(enableTrackpadTwoFingerGesture).activeOffsetX([-dragOffsetFromRightEdge, dragOffsetFromLeftEdge]).onStart(updateElementWidths).onUpdate(event => {
|
279
|
-
userDrag.value = event.translationX;
|
280
|
-
const direction = rowState.value === -1 ? SwipeDirection.RIGHT : rowState.value === 1 ? SwipeDirection.LEFT : event.translationX > 0 ? SwipeDirection.RIGHT : SwipeDirection.LEFT;
|
281
|
-
if (!dragStarted.value) {
|
282
|
-
dragStarted.value = true;
|
283
|
-
if (rowState.value === 0 && onSwipeableOpenStartDrag) {
|
284
|
-
(0, _reactNativeReanimated.runOnJS)(onSwipeableOpenStartDrag)(direction);
|
285
|
-
} else if (onSwipeableCloseStartDrag) {
|
286
|
-
(0, _reactNativeReanimated.runOnJS)(onSwipeableCloseStartDrag)(direction);
|
287
|
-
}
|
288
|
-
}
|
289
|
-
updateAnimatedEvent();
|
290
|
-
}).onEnd(event => {
|
291
|
-
handleRelease(event);
|
292
|
-
}).onFinalize(() => {
|
293
|
-
dragStarted.value = false;
|
294
|
-
});
|
295
|
-
Object.entries(relationProps).forEach(([relationName, relation]) => {
|
296
|
-
(0, _utils.applyRelationProp)(pan, relationName, relation);
|
297
|
-
});
|
298
|
-
return pan;
|
299
|
-
}, [dragOffsetFromLeftEdge, dragOffsetFromRightEdge, dragStarted, enableTrackpadTwoFingerGesture, enabled, handleRelease, onSwipeableCloseStartDrag, onSwipeableOpenStartDrag, rowState, updateAnimatedEvent, updateElementWidths, userDrag, simultaneousWithExternalGesture]);
|
300
|
-
(0, _react.useImperativeHandle)(ref, () => swipeableMethods, [swipeableMethods]);
|
301
|
-
const animatedStyle = (0, _reactNativeReanimated.useAnimatedStyle)(() => ({
|
302
|
-
transform: [{
|
303
|
-
translateX: appliedTranslation.value
|
304
|
-
}],
|
305
|
-
pointerEvents: rowState.value === 0 ? 'auto' : 'box-only'
|
306
|
-
}), [appliedTranslation, rowState]);
|
307
|
-
const swipeableComponent = /*#__PURE__*/(0, _jsxRuntime.jsx)(_GestureDetector.GestureDetector, {
|
308
|
-
gesture: panGesture,
|
309
|
-
touchAction: "pan-y",
|
310
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeReanimated.default.View, {
|
311
|
-
...remainingProps,
|
312
|
-
onLayout: onRowLayout,
|
313
|
-
hitSlop: hitSlop ?? undefined,
|
314
|
-
style: [styles.container, containerStyle],
|
315
|
-
children: [leftElement(), rightElement(), /*#__PURE__*/(0, _jsxRuntime.jsx)(_GestureDetector.GestureDetector, {
|
316
|
-
gesture: tapGesture,
|
317
|
-
touchAction: "pan-y",
|
318
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeReanimated.default.View, {
|
319
|
-
style: [animatedStyle, childrenContainerStyle],
|
320
|
-
children: children
|
321
|
-
})
|
322
|
-
})]
|
323
|
-
})
|
324
|
-
});
|
325
|
-
return testID ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
326
|
-
testID: testID,
|
327
|
-
children: swipeableComponent
|
328
|
-
}) : swipeableComponent;
|
329
|
-
});
|
330
|
-
var _default = exports.default = Swipeable;
|
331
|
-
const styles = _reactNative.StyleSheet.create({
|
332
|
-
container: {
|
333
|
-
overflow: 'hidden'
|
334
|
-
},
|
335
|
-
leftActions: {
|
336
|
-
..._reactNative.StyleSheet.absoluteFillObject,
|
337
|
-
flexDirection: _reactNative.I18nManager.isRTL ? 'row-reverse' : 'row',
|
338
|
-
overflow: 'hidden'
|
339
|
-
},
|
340
|
-
rightActions: {
|
341
|
-
..._reactNative.StyleSheet.absoluteFillObject,
|
342
|
-
flexDirection: _reactNative.I18nManager.isRTL ? 'row' : 'row-reverse',
|
343
|
-
overflow: 'hidden'
|
344
|
-
}
|
345
|
-
});
|
346
|
-
//# sourceMappingURL=ReanimatedSwipeable.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_gestureObjects","_GestureDetector","_reactNativeReanimated","_reactNative","_utils","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","DRAG_TOSS","SwipeDirection","Swipeable","forwardRef","props","ref","defaultProps","friction","overshootFriction","dragOffset","enableTrackpadTwoFingerGesture","leftThreshold","rightThreshold","enabled","containerStyle","childrenContainerStyle","animationOptions","overshootLeft","overshootRight","testID","children","dragOffsetFromLeftEdge","dragOffsetFromRightEdge","onSwipeableOpenStartDrag","onSwipeableCloseStartDrag","onSwipeableWillOpen","onSwipeableWillClose","onSwipeableOpen","onSwipeableClose","renderLeftActions","renderRightActions","simultaneousWithExternalGesture","requireExternalGestureToFail","blocksExternalGesture","hitSlop","remainingProps","relationProps","rowState","useSharedValue","userDrag","appliedTranslation","rowWidth","leftWidth","rightWidth","showLeftProgress","showRightProgress","updateAnimatedEvent","useCallback","shouldOvershootLeft","value","shouldOvershootRight","startOffset","offsetDrag","interpolate","dispatchImmediateEvents","fromValue","toValue","runOnJS","RIGHT","LEFT","dispatchEndEvents","animateRow","velocityX","translationSpringConfig","mass","damping","stiffness","velocity","overshootClamping","reduceMotion","ReduceMotion","System","isClosing","moveToRight","usedWidth","progressSpringConfig","restDisplacementThreshold","restSpeedThreshold","frozenRowState","withSpring","isFinished","progressTarget","Math","sign","max","leftLayoutRef","useAnimatedRef","leftWrapperLayoutRef","rightLayoutRef","updateElementWidths","leftLayout","measure","leftWrapperLayout","rightLayout","pageX","swipeableMethods","useMemo","close","_WORKLET","runOnUI","openLeft","openRight","reset","onRowLayout","nativeEvent","layout","width","leftActionAnimation","useAnimatedStyle","opacity","leftElement","jsxs","View","style","styles","leftActions","jsx","rightActionAnimation","rightElement","rightActions","handleRelease","event","translationX","leftThresholdProp","rightThresholdProp","dragStarted","tapGesture","tap","Gesture","Tap","shouldCancelWhenOutside","onStart","entries","forEach","relationName","relation","applyRelationProp","panGesture","pan","Pan","activeOffsetX","onUpdate","direction","onEnd","onFinalize","useImperativeHandle","animatedStyle","transform","translateX","pointerEvents","swipeableComponent","GestureDetector","gesture","touchAction","onLayout","undefined","container","_default","exports","StyleSheet","create","overflow","absoluteFillObject","flexDirection","I18nManager","isRTL"],"sourceRoot":"../../../src","sources":["components/ReanimatedSwipeable.tsx"],"mappings":"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","ignoreList":[]}
|