avishain / react-native-range-slider-expo

Customizable range slider for react native apps
MIT License
29 stars 12 forks source link

use in modal #7

Closed rootmctoki closed 4 years ago

rootmctoki commented 4 years ago

Hello.

When applied in , there is a problem that touch and sliding are not possible.

What should I do?

avishain commented 4 years ago

Hi,

I had the same problem. The problem is that RN 'Modal' do not support 'PanGestureHandler' touches.

Since both RN components there is nothing can be done regarding this issue. I tried some work arounds with no success.

I ended up creating my own custom 'Modal'.