Michał Sajnóg
Michał Sajnóg
Great, I'm totally fine with basic approach first in order to iterate over it later with more and more complex scenarios. Both approaches seems interesting, not sure which is the...
Hey @alexlafroscia, any update here? Just checking out ✌️
Sure, no problem @alexlafroscia But maybe you can just create a PR and set `in progress` label? it would be a good place to keep further discussion regarding this rule...
I confirmed it and it's definitely something we should take into consideration. Thanks for posting this issue @scottosmith
I'm doing that actually, but if doesn't change anything unfortunately. There can be multiple listeners added to a single event, and the only way to override previous one would be...
Yea I checked, and the way `preventDefault` works is it prevents the default behavior - one that might be implemented by the browser. It allows us to for example cancel...
I just run the app on iOS and build via metro went just fine. What's interesting though, it shouldn't build due to Metro not supporting "exports" fields yet (https://github.com/facebook/metro/issues/670), however...
Replacing 'browser' with 'react-native' and pointing to ESM module works fine, though it throws one warning about circular dependency. Do you want me to fix it as part of this...
I fixed the circular dependency in latest commit @saghul