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
The event system in RN is in the early stages of a rethink to take advantage of the new architecture and align with the web. Until then we can't implement sync events or these other features
The event system in RN is in the early stages of a rethink to take advantage of the new architecture and align with the web. Until then we can't implement sync events or these other features
in this case, the problem isn't only the event system, but also the fact that we need events to be dispatched synchronously from the UI thread to JS so we can implement preventDefault properly. That might take even longer than the event system revamp.
Describe the feature request
These features are currently unimplemented
onClick
. Adding this here as a feature request. Happy to help taking a look at an implementation.For a synchronous
preventDefault
inTextInput
'sonChange
, I assume we need an upstream PR in core.The text was updated successfully, but these errors were encountered: