Closed m-bert closed 2 months ago
updateGestureConfig
NativeViewGestureHandler
touchAction: none;
Check that example app is scrolling.
Description
3041 introduced a regression - calling
updateGestureConfig
resulted inNativeViewGestureHandler
havingtouchAction: none;
even though it shouldn't. Because of that our example app didn't scroll.Test plan
Check that example app is scrolling.