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
@dieppe worked on making ResponderEventPlugin work with DOM in #4303 but this was put on hold.
After #6338 brings all the relevant files into React repo, we can start thinking about it again.
I’m creating this issue to keep track of whether we want this to happen or not, and what is our plan regarding this. If there is a consensus, we can look into rebasing #4303.
I took #4303 and have made adjustments to provide initial web support for the Responder system. The work is spread over 3 places – injecting the plugin, normalizing native events, and intercepting events in View before original handlers are called. It would be great if there were eventually official DOM support for the Responder system and PanResponder
@dieppe worked on making
ResponderEventPlugin
work with DOM in #4303 but this was put on hold.After #6338 brings all the relevant files into React repo, we can start thinking about it again.
I’m creating this issue to keep track of whether we want this to happen or not, and what is our plan regarding this. If there is a consensus, we can look into rebasing #4303.
cc @sebmarkbage @jordwalke
The text was updated successfully, but these errors were encountered: