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
Missing installation steps for react-native-gesture-handler>=2.10.0 for the web.
Fix
Include something like the following in the installation steps for the web:
If you have react-native-gesture-handler >= 2.10.0 installed, you will need to use the legacy gesture handler, this can be done by editing your web app entry point:
Thank you for bringing this to our attention! Your proposed fix looks great and would definitely help improve the installation steps for react-native-gesture-handler on the web. We appreciate your contribution and encourage you to create a pull request with your suggested changes. Your effort will help make the installation process smoother for other users. Keep up the good work!
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.
Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.
If you want to continue the conversation, start your reply with @dosu-bot.
that solved my issue installing react-native-reanimated-carousel on web! thank you!
Describe the bug
Missing installation steps for react-native-gesture-handler>=2.10.0 for the web.
Fix
Include something like the following in the installation steps for the web:
If you have react-native-gesture-handler >= 2.10.0 installed, you will need to use the legacy gesture handler, this can be done by editing your web app entry point:
Describe the bug
Missing installation steps for
react-native-gesture-handler
>=2.10.0
for the web.Fix
Include something like the following in the installation steps for the web:
To Reproduce
Install the latest version of
react-native-gesture-handler
, create a Carousel and try to swipe on a touch screen. This will make items disapear.Expected behavior
Touch events working on the web for all versions of
react-native-gesture-handler
.Versions (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: