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,341 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
// Similarily to the DrawerLayout component this deserves to be put in a
|
4
|
-
// separate repo. Although, keeping it here for the time being will allow us to
|
5
|
-
// move faster and fix possible issues quicker
|
6
|
-
|
7
|
-
import React, { forwardRef, useCallback, useImperativeHandle, useMemo } from 'react';
|
8
|
-
import { GestureObjects as Gesture } from '../handlers/gestures/gestureObjects';
|
9
|
-
import { GestureDetector } from '../handlers/gestures/GestureDetector';
|
10
|
-
import Animated, { ReduceMotion, interpolate, measure, runOnJS, runOnUI, useAnimatedRef, useAnimatedStyle, useSharedValue, withSpring } from 'react-native-reanimated';
|
11
|
-
import { I18nManager, StyleSheet, View } from 'react-native';
|
12
|
-
import { applyRelationProp } from './utils';
|
13
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
14
|
-
const DRAG_TOSS = 0.05;
|
15
|
-
var SwipeDirection = /*#__PURE__*/function (SwipeDirection) {
|
16
|
-
SwipeDirection["LEFT"] = "left";
|
17
|
-
SwipeDirection["RIGHT"] = "right";
|
18
|
-
return SwipeDirection;
|
19
|
-
}(SwipeDirection || {});
|
20
|
-
const Swipeable = /*#__PURE__*/forwardRef(function Swipeable(props, ref) {
|
21
|
-
const defaultProps = {
|
22
|
-
friction: 1,
|
23
|
-
overshootFriction: 1,
|
24
|
-
dragOffset: 10,
|
25
|
-
enableTrackpadTwoFingerGesture: false
|
26
|
-
};
|
27
|
-
const {
|
28
|
-
leftThreshold,
|
29
|
-
rightThreshold,
|
30
|
-
enabled,
|
31
|
-
containerStyle,
|
32
|
-
childrenContainerStyle,
|
33
|
-
animationOptions,
|
34
|
-
overshootLeft,
|
35
|
-
overshootRight,
|
36
|
-
testID,
|
37
|
-
children,
|
38
|
-
enableTrackpadTwoFingerGesture = defaultProps.enableTrackpadTwoFingerGesture,
|
39
|
-
dragOffsetFromLeftEdge = defaultProps.dragOffset,
|
40
|
-
dragOffsetFromRightEdge = defaultProps.dragOffset,
|
41
|
-
friction = defaultProps.friction,
|
42
|
-
overshootFriction = defaultProps.overshootFriction,
|
43
|
-
onSwipeableOpenStartDrag,
|
44
|
-
onSwipeableCloseStartDrag,
|
45
|
-
onSwipeableWillOpen,
|
46
|
-
onSwipeableWillClose,
|
47
|
-
onSwipeableOpen,
|
48
|
-
onSwipeableClose,
|
49
|
-
renderLeftActions,
|
50
|
-
renderRightActions,
|
51
|
-
simultaneousWithExternalGesture,
|
52
|
-
requireExternalGestureToFail,
|
53
|
-
blocksExternalGesture,
|
54
|
-
hitSlop,
|
55
|
-
...remainingProps
|
56
|
-
} = props;
|
57
|
-
const relationProps = {
|
58
|
-
simultaneousWithExternalGesture,
|
59
|
-
requireExternalGestureToFail,
|
60
|
-
blocksExternalGesture
|
61
|
-
};
|
62
|
-
const rowState = useSharedValue(0);
|
63
|
-
const userDrag = useSharedValue(0);
|
64
|
-
const appliedTranslation = useSharedValue(0);
|
65
|
-
const rowWidth = useSharedValue(0);
|
66
|
-
const leftWidth = useSharedValue(0);
|
67
|
-
const rightWidth = useSharedValue(0);
|
68
|
-
const showLeftProgress = useSharedValue(0);
|
69
|
-
const showRightProgress = useSharedValue(0);
|
70
|
-
const updateAnimatedEvent = useCallback(() => {
|
71
|
-
'worklet';
|
72
|
-
|
73
|
-
const shouldOvershootLeft = overshootLeft ?? leftWidth.value > 0;
|
74
|
-
const shouldOvershootRight = overshootRight ?? rightWidth.value > 0;
|
75
|
-
const startOffset = rowState.value === 1 ? leftWidth.value : rowState.value === -1 ? -rightWidth.value : 0;
|
76
|
-
const offsetDrag = userDrag.value / friction + startOffset;
|
77
|
-
appliedTranslation.value = 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)]);
|
78
|
-
showLeftProgress.value = leftWidth.value > 0 ? interpolate(appliedTranslation.value, [-1, 0, leftWidth.value], [0, 0, 1]) : 0;
|
79
|
-
showRightProgress.value = rightWidth.value > 0 ? interpolate(appliedTranslation.value, [-rightWidth.value, 0, 1], [1, 0, 0]) : 0;
|
80
|
-
}, [appliedTranslation, friction, leftWidth, overshootFriction, rightWidth, rowState, showLeftProgress, showRightProgress, userDrag, overshootLeft, overshootRight]);
|
81
|
-
const dispatchImmediateEvents = useCallback((fromValue, toValue) => {
|
82
|
-
'worklet';
|
83
|
-
|
84
|
-
if (onSwipeableWillOpen && toValue !== 0) {
|
85
|
-
runOnJS(onSwipeableWillOpen)(toValue > 0 ? SwipeDirection.RIGHT : SwipeDirection.LEFT);
|
86
|
-
}
|
87
|
-
if (onSwipeableWillClose && toValue === 0) {
|
88
|
-
runOnJS(onSwipeableWillClose)(fromValue > 0 ? SwipeDirection.LEFT : SwipeDirection.RIGHT);
|
89
|
-
}
|
90
|
-
}, [onSwipeableWillClose, onSwipeableWillOpen, rowState]);
|
91
|
-
const dispatchEndEvents = useCallback((fromValue, toValue) => {
|
92
|
-
'worklet';
|
93
|
-
|
94
|
-
if (onSwipeableOpen && toValue !== 0) {
|
95
|
-
runOnJS(onSwipeableOpen)(toValue > 0 ? SwipeDirection.RIGHT : SwipeDirection.LEFT);
|
96
|
-
}
|
97
|
-
if (onSwipeableClose && toValue === 0) {
|
98
|
-
runOnJS(onSwipeableClose)(fromValue > 0 ? SwipeDirection.LEFT : SwipeDirection.RIGHT);
|
99
|
-
}
|
100
|
-
}, [onSwipeableClose, onSwipeableOpen]);
|
101
|
-
const animateRow = useCallback((toValue, velocityX) => {
|
102
|
-
'worklet';
|
103
|
-
|
104
|
-
const translationSpringConfig = {
|
105
|
-
mass: 2,
|
106
|
-
damping: 1000,
|
107
|
-
stiffness: 700,
|
108
|
-
velocity: velocityX,
|
109
|
-
overshootClamping: true,
|
110
|
-
reduceMotion: ReduceMotion.System,
|
111
|
-
...animationOptions
|
112
|
-
};
|
113
|
-
const isClosing = toValue === 0;
|
114
|
-
const moveToRight = isClosing ? rowState.value < 0 : toValue > 0;
|
115
|
-
const usedWidth = isClosing ? moveToRight ? rightWidth.value : leftWidth.value : moveToRight ? leftWidth.value : rightWidth.value;
|
116
|
-
const progressSpringConfig = {
|
117
|
-
...translationSpringConfig,
|
118
|
-
restDisplacementThreshold: 0.01,
|
119
|
-
restSpeedThreshold: 0.01,
|
120
|
-
velocity: velocityX && interpolate(velocityX, [-usedWidth, usedWidth], [-1, 1])
|
121
|
-
};
|
122
|
-
const frozenRowState = rowState.value;
|
123
|
-
appliedTranslation.value = withSpring(toValue, translationSpringConfig, isFinished => {
|
124
|
-
if (isFinished) {
|
125
|
-
dispatchEndEvents(frozenRowState, toValue);
|
126
|
-
}
|
127
|
-
});
|
128
|
-
const progressTarget = toValue === 0 ? 0 : 1 * Math.sign(toValue);
|
129
|
-
showLeftProgress.value = withSpring(Math.max(progressTarget, 0), progressSpringConfig);
|
130
|
-
showRightProgress.value = withSpring(Math.max(-progressTarget, 0), progressSpringConfig);
|
131
|
-
dispatchImmediateEvents(frozenRowState, toValue);
|
132
|
-
rowState.value = Math.sign(toValue);
|
133
|
-
}, [rowState, animationOptions, appliedTranslation, showLeftProgress, leftWidth, showRightProgress, rightWidth, dispatchImmediateEvents, dispatchEndEvents]);
|
134
|
-
const leftLayoutRef = useAnimatedRef();
|
135
|
-
const leftWrapperLayoutRef = useAnimatedRef();
|
136
|
-
const rightLayoutRef = useAnimatedRef();
|
137
|
-
const updateElementWidths = useCallback(() => {
|
138
|
-
'worklet';
|
139
|
-
|
140
|
-
const leftLayout = measure(leftLayoutRef);
|
141
|
-
const leftWrapperLayout = measure(leftWrapperLayoutRef);
|
142
|
-
const rightLayout = measure(rightLayoutRef);
|
143
|
-
leftWidth.value = (leftLayout?.pageX ?? 0) - (leftWrapperLayout?.pageX ?? 0);
|
144
|
-
rightWidth.value = rowWidth.value - (rightLayout?.pageX ?? rowWidth.value) + (leftWrapperLayout?.pageX ?? 0);
|
145
|
-
}, [leftLayoutRef, leftWrapperLayoutRef, rightLayoutRef, leftWidth, rightWidth, rowWidth]);
|
146
|
-
const swipeableMethods = useMemo(() => ({
|
147
|
-
close() {
|
148
|
-
'worklet';
|
149
|
-
|
150
|
-
if (_WORKLET) {
|
151
|
-
animateRow(0);
|
152
|
-
return;
|
153
|
-
}
|
154
|
-
runOnUI(() => {
|
155
|
-
animateRow(0);
|
156
|
-
})();
|
157
|
-
},
|
158
|
-
openLeft() {
|
159
|
-
'worklet';
|
160
|
-
|
161
|
-
if (_WORKLET) {
|
162
|
-
updateElementWidths();
|
163
|
-
animateRow(leftWidth.value);
|
164
|
-
return;
|
165
|
-
}
|
166
|
-
runOnUI(() => {
|
167
|
-
updateElementWidths();
|
168
|
-
animateRow(leftWidth.value);
|
169
|
-
})();
|
170
|
-
},
|
171
|
-
openRight() {
|
172
|
-
'worklet';
|
173
|
-
|
174
|
-
if (_WORKLET) {
|
175
|
-
updateElementWidths();
|
176
|
-
animateRow(-rightWidth.value);
|
177
|
-
return;
|
178
|
-
}
|
179
|
-
runOnUI(() => {
|
180
|
-
updateElementWidths();
|
181
|
-
animateRow(-rightWidth.value);
|
182
|
-
})();
|
183
|
-
},
|
184
|
-
reset() {
|
185
|
-
'worklet';
|
186
|
-
|
187
|
-
userDrag.value = 0;
|
188
|
-
showLeftProgress.value = 0;
|
189
|
-
appliedTranslation.value = 0;
|
190
|
-
rowState.value = 0;
|
191
|
-
}
|
192
|
-
}), [animateRow, updateElementWidths, leftWidth, rightWidth, userDrag, showLeftProgress, appliedTranslation, rowState]);
|
193
|
-
const onRowLayout = useCallback(({
|
194
|
-
nativeEvent
|
195
|
-
}) => {
|
196
|
-
rowWidth.value = nativeEvent.layout.width;
|
197
|
-
}, [rowWidth]);
|
198
|
-
|
199
|
-
// As stated in `Dimensions.get` docstring, this function should be called on every render
|
200
|
-
// since dimensions may change (e.g. orientation change)
|
201
|
-
|
202
|
-
const leftActionAnimation = useAnimatedStyle(() => {
|
203
|
-
return {
|
204
|
-
opacity: showLeftProgress.value === 0 ? 0 : 1
|
205
|
-
};
|
206
|
-
});
|
207
|
-
const leftElement = useCallback(() => /*#__PURE__*/_jsxs(Animated.View, {
|
208
|
-
ref: leftWrapperLayoutRef,
|
209
|
-
style: [styles.leftActions, leftActionAnimation],
|
210
|
-
children: [renderLeftActions?.(showLeftProgress, appliedTranslation, swipeableMethods), /*#__PURE__*/_jsx(Animated.View, {
|
211
|
-
ref: leftLayoutRef
|
212
|
-
})]
|
213
|
-
}), [appliedTranslation, leftActionAnimation, leftLayoutRef, leftWrapperLayoutRef, renderLeftActions, showLeftProgress, swipeableMethods]);
|
214
|
-
const rightActionAnimation = useAnimatedStyle(() => {
|
215
|
-
return {
|
216
|
-
opacity: showRightProgress.value === 0 ? 0 : 1
|
217
|
-
};
|
218
|
-
});
|
219
|
-
const rightElement = useCallback(() => /*#__PURE__*/_jsxs(Animated.View, {
|
220
|
-
style: [styles.rightActions, rightActionAnimation],
|
221
|
-
children: [renderRightActions?.(showRightProgress, appliedTranslation, swipeableMethods), /*#__PURE__*/_jsx(Animated.View, {
|
222
|
-
ref: rightLayoutRef
|
223
|
-
})]
|
224
|
-
}), [appliedTranslation, renderRightActions, rightActionAnimation, rightLayoutRef, showRightProgress, swipeableMethods]);
|
225
|
-
const handleRelease = useCallback(event => {
|
226
|
-
'worklet';
|
227
|
-
|
228
|
-
const {
|
229
|
-
velocityX
|
230
|
-
} = event;
|
231
|
-
userDrag.value = event.translationX;
|
232
|
-
const leftThresholdProp = leftThreshold ?? leftWidth.value / 2;
|
233
|
-
const rightThresholdProp = rightThreshold ?? rightWidth.value / 2;
|
234
|
-
const translationX = (userDrag.value + DRAG_TOSS * velocityX) / friction;
|
235
|
-
let toValue = 0;
|
236
|
-
if (rowState.value === 0) {
|
237
|
-
if (translationX > leftThresholdProp) {
|
238
|
-
toValue = leftWidth.value;
|
239
|
-
} else if (translationX < -rightThresholdProp) {
|
240
|
-
toValue = -rightWidth.value;
|
241
|
-
}
|
242
|
-
} else if (rowState.value === 1) {
|
243
|
-
// Swiped to left
|
244
|
-
if (translationX > -leftThresholdProp) {
|
245
|
-
toValue = leftWidth.value;
|
246
|
-
}
|
247
|
-
} else {
|
248
|
-
// Swiped to right
|
249
|
-
if (translationX < rightThresholdProp) {
|
250
|
-
toValue = -rightWidth.value;
|
251
|
-
}
|
252
|
-
}
|
253
|
-
animateRow(toValue, velocityX / friction);
|
254
|
-
}, [animateRow, friction, leftThreshold, leftWidth, rightThreshold, rightWidth, rowState, userDrag]);
|
255
|
-
const close = useCallback(() => {
|
256
|
-
'worklet';
|
257
|
-
|
258
|
-
animateRow(0);
|
259
|
-
}, [animateRow]);
|
260
|
-
const dragStarted = useSharedValue(false);
|
261
|
-
const tapGesture = useMemo(() => {
|
262
|
-
const tap = Gesture.Tap().shouldCancelWhenOutside(true).onStart(() => {
|
263
|
-
if (rowState.value !== 0) {
|
264
|
-
close();
|
265
|
-
}
|
266
|
-
});
|
267
|
-
Object.entries(relationProps).forEach(([relationName, relation]) => {
|
268
|
-
applyRelationProp(tap, relationName, relation);
|
269
|
-
});
|
270
|
-
return tap;
|
271
|
-
}, [close, rowState, simultaneousWithExternalGesture]);
|
272
|
-
const panGesture = useMemo(() => {
|
273
|
-
const pan = Gesture.Pan().enabled(enabled !== false).enableTrackpadTwoFingerGesture(enableTrackpadTwoFingerGesture).activeOffsetX([-dragOffsetFromRightEdge, dragOffsetFromLeftEdge]).onStart(updateElementWidths).onUpdate(event => {
|
274
|
-
userDrag.value = event.translationX;
|
275
|
-
const direction = rowState.value === -1 ? SwipeDirection.RIGHT : rowState.value === 1 ? SwipeDirection.LEFT : event.translationX > 0 ? SwipeDirection.RIGHT : SwipeDirection.LEFT;
|
276
|
-
if (!dragStarted.value) {
|
277
|
-
dragStarted.value = true;
|
278
|
-
if (rowState.value === 0 && onSwipeableOpenStartDrag) {
|
279
|
-
runOnJS(onSwipeableOpenStartDrag)(direction);
|
280
|
-
} else if (onSwipeableCloseStartDrag) {
|
281
|
-
runOnJS(onSwipeableCloseStartDrag)(direction);
|
282
|
-
}
|
283
|
-
}
|
284
|
-
updateAnimatedEvent();
|
285
|
-
}).onEnd(event => {
|
286
|
-
handleRelease(event);
|
287
|
-
}).onFinalize(() => {
|
288
|
-
dragStarted.value = false;
|
289
|
-
});
|
290
|
-
Object.entries(relationProps).forEach(([relationName, relation]) => {
|
291
|
-
applyRelationProp(pan, relationName, relation);
|
292
|
-
});
|
293
|
-
return pan;
|
294
|
-
}, [dragOffsetFromLeftEdge, dragOffsetFromRightEdge, dragStarted, enableTrackpadTwoFingerGesture, enabled, handleRelease, onSwipeableCloseStartDrag, onSwipeableOpenStartDrag, rowState, updateAnimatedEvent, updateElementWidths, userDrag, simultaneousWithExternalGesture]);
|
295
|
-
useImperativeHandle(ref, () => swipeableMethods, [swipeableMethods]);
|
296
|
-
const animatedStyle = useAnimatedStyle(() => ({
|
297
|
-
transform: [{
|
298
|
-
translateX: appliedTranslation.value
|
299
|
-
}],
|
300
|
-
pointerEvents: rowState.value === 0 ? 'auto' : 'box-only'
|
301
|
-
}), [appliedTranslation, rowState]);
|
302
|
-
const swipeableComponent = /*#__PURE__*/_jsx(GestureDetector, {
|
303
|
-
gesture: panGesture,
|
304
|
-
touchAction: "pan-y",
|
305
|
-
children: /*#__PURE__*/_jsxs(Animated.View, {
|
306
|
-
...remainingProps,
|
307
|
-
onLayout: onRowLayout,
|
308
|
-
hitSlop: hitSlop ?? undefined,
|
309
|
-
style: [styles.container, containerStyle],
|
310
|
-
children: [leftElement(), rightElement(), /*#__PURE__*/_jsx(GestureDetector, {
|
311
|
-
gesture: tapGesture,
|
312
|
-
touchAction: "pan-y",
|
313
|
-
children: /*#__PURE__*/_jsx(Animated.View, {
|
314
|
-
style: [animatedStyle, childrenContainerStyle],
|
315
|
-
children: children
|
316
|
-
})
|
317
|
-
})]
|
318
|
-
})
|
319
|
-
});
|
320
|
-
return testID ? /*#__PURE__*/_jsx(View, {
|
321
|
-
testID: testID,
|
322
|
-
children: swipeableComponent
|
323
|
-
}) : swipeableComponent;
|
324
|
-
});
|
325
|
-
export default Swipeable;
|
326
|
-
const styles = StyleSheet.create({
|
327
|
-
container: {
|
328
|
-
overflow: 'hidden'
|
329
|
-
},
|
330
|
-
leftActions: {
|
331
|
-
...StyleSheet.absoluteFillObject,
|
332
|
-
flexDirection: I18nManager.isRTL ? 'row-reverse' : 'row',
|
333
|
-
overflow: 'hidden'
|
334
|
-
},
|
335
|
-
rightActions: {
|
336
|
-
...StyleSheet.absoluteFillObject,
|
337
|
-
flexDirection: I18nManager.isRTL ? 'row' : 'row-reverse',
|
338
|
-
overflow: 'hidden'
|
339
|
-
}
|
340
|
-
});
|
341
|
-
//# sourceMappingURL=ReanimatedSwipeable.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"names":["React","forwardRef","useCallback","useImperativeHandle","useMemo","GestureObjects","Gesture","GestureDetector","Animated","ReduceMotion","interpolate","measure","runOnJS","runOnUI","useAnimatedRef","useAnimatedStyle","useSharedValue","withSpring","I18nManager","StyleSheet","View","applyRelationProp","jsx","_jsx","jsxs","_jsxs","DRAG_TOSS","SwipeDirection","Swipeable","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","userDrag","appliedTranslation","rowWidth","leftWidth","rightWidth","showLeftProgress","showRightProgress","updateAnimatedEvent","shouldOvershootLeft","value","shouldOvershootRight","startOffset","offsetDrag","dispatchImmediateEvents","fromValue","toValue","RIGHT","LEFT","dispatchEndEvents","animateRow","velocityX","translationSpringConfig","mass","damping","stiffness","velocity","overshootClamping","reduceMotion","System","isClosing","moveToRight","usedWidth","progressSpringConfig","restDisplacementThreshold","restSpeedThreshold","frozenRowState","isFinished","progressTarget","Math","sign","max","leftLayoutRef","leftWrapperLayoutRef","rightLayoutRef","updateElementWidths","leftLayout","leftWrapperLayout","rightLayout","pageX","swipeableMethods","close","_WORKLET","openLeft","openRight","reset","onRowLayout","nativeEvent","layout","width","leftActionAnimation","opacity","leftElement","style","styles","leftActions","rightActionAnimation","rightElement","rightActions","handleRelease","event","translationX","leftThresholdProp","rightThresholdProp","dragStarted","tapGesture","tap","Tap","shouldCancelWhenOutside","onStart","Object","entries","forEach","relationName","relation","panGesture","pan","Pan","activeOffsetX","onUpdate","direction","onEnd","onFinalize","animatedStyle","transform","translateX","pointerEvents","swipeableComponent","gesture","touchAction","onLayout","undefined","container","create","overflow","absoluteFillObject","flexDirection","isRTL"],"sourceRoot":"../../../src","sources":["components/ReanimatedSwipeable.tsx"],"mappings":"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","ignoreList":[]}
|