Skip to content

fixed reanimated handlers#3757

Closed
akwasniewski wants to merge 1 commit into
nextfrom
@akwasniewski/fix-reanimated-handlers
Closed

fixed reanimated handlers#3757
akwasniewski wants to merge 1 commit into
nextfrom
@akwasniewski/fix-reanimated-handlers

Conversation

@akwasniewski

@akwasniewski akwasniewski commented Oct 20, 2025

Copy link
Copy Markdown
Contributor

Description

After recent changes hasWorkletEventHandlers function was broken, it alwasy returned false, as HandlerCallbacks is a set so we have to check with .has not is operator.

Without this LogicDetector will throw weird errors as gesture.config.shouldUseReanimatedDetector is always false.

_Note: I still have to check whether this change did not break anything else

Test plan

Check whether NativeDetector with a reanimated LogicDetector underneath loads on iOS.

@m-bert

m-bert commented Oct 20, 2025

Copy link
Copy Markdown
Collaborator

Already fixed in #3758 😅

@m-bert m-bert closed this Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants