Is there any port of this library for the web?
I think @vincentriemer started a port but not sure if that can be decoupled from react-native-dom.
Motivation: I'm a believer that all react-native packages should have web support.
Sharing code between platforms is one of the strengths of react-native, so every library I add I check if it has web support or how easy would it be to implement it myself.
Hi, @brunolemos
Thank you for this issue. We are conscious that this is extremely important to support web as well. We will keep it in mind to do it some day but unfortunately it won't be happen in the nearest future.
Thus I decided to close this issue, but I doesn't mean that your idea won't be done some day.
@brunolemos I just created https://github.com/kmagiera/react-native-gesture-handler/pull/406 in case you want to use it on web as well.
Seems it's being implemented.馃
Wondering what the state of this is atm. Trying to convert a RN project to web, but ran into an issue around RNGH. For now, I'll just remove this functionality from web, but interested if there's a way to get it working already/timeline
Any news about it ? It seems like many libraries are dependent of this one to work on web, isn't it?
Most helpful comment
@brunolemos I just created https://github.com/kmagiera/react-native-gesture-handler/pull/406 in case you want to use it on web as well.