jeremybarbet/react-native-modalize

Consider moving up and down of the modal only if swipe direction in up or down

AshrafulAfruz opened this issue · 0 comments

I have used react native slider in modalize. But when I try to rub (slider track is clickable) the slider left and right it also happen there is slightly movement in the direction of up and down. This makes use of the slider unstable as it doesn't work when the modalize is moving. Is there any workaround this..? Like pangesture is only enabled when swipe direction is almost straight up and down (maybe considering some degree angle from the vertical axis) not when it also have left and right movement.