Might need some guidance on how best to fit this in. The default behaviour of the shouldInterceptWheel prop detects whether scaling should occur. If this function returns false, _handlerWheel() currently returns. This PR adds scrolling behaviour in this instance, which is what I'd expect with a two-finger scroll gesture on a trackpad
Might need some guidance on how best to fit this in. The default behaviour of the
shouldInterceptWheel
prop detects whether scaling should occur. If this function returns false,_handlerWheel()
currently returns. This PR adds scrolling behaviour in this instance, which is what I'd expect with a two-finger scroll gesture on a trackpad10