react-native-reanimated
react-native-reanimated copied to clipboard
Prevent multiple registration of worklet event handlers
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