software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.13k stars 982 forks source link

[web] Fix `NativeViewGestureHandler` style. #3070

Closed m-bert closed 2 months ago

m-bert commented 2 months ago

Description

3041 introduced a regression - calling updateGestureConfig resulted in NativeViewGestureHandler having touchAction: none; even though it shouldn't. Because of that our example app didn't scroll.

Test plan

Check that example app is scrolling.