You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make ReanimatedEventDispatcher a class and not an object (#2203)
## Description
This PR changes `ReanimatedEventDispatcher` from `object` to `class` and
makes it a field in the `RNGestureHandlerModule`. This way the old
Reanimated module shouldn't be preserved during reload, as the
dispatcher will be dropped alongside everything else.
0 commit comments