react-native-gesture-handler - How to make it work in Web

Expo documentation states that Web platform is also supported when using react-native-gesture-handler. However, when I build my app for web and then try using the UI that is using PinchGestureHandler and PanGestureHandler, the gestures just don’t do anything. They work fine on iOS & Android.

Do I need to configure something in webpack.config.js or somewhere to make it work? Is anyone successfully using gesture handlers in web builds?

I’m using SDK 38 and react-native-gesture-handler is version 1.6.1

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.