react-native-reanimated icon indicating copy to clipboard operation
react-native-reanimated copied to clipboard

Prevent multiple registration of worklet event handlers

Open tjzel opened this issue 11 months ago • 0 comments

Summary

Currently WorkletEventHandler can only be attached to a single component - however, we don't check for that and it can lead to issues when using Reanimated. This PR adds QoL warning if the handler is attached to multiple components.

Test plan

TBD

tjzel avatar Feb 28 '24 17:02 tjzel