avishain / react-native-range-slider-expo

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

Not working inside the modal on android #19

Closed mawans closed 3 years ago

mawans commented 3 years ago

Hi, I am using the range slider inside the modal and its not drag able on android but on ios it works fine tell me what to do.

avishain commented 3 years ago

Hi, I had the same problem. I didn't manage to solve it. You can do one of the following: 1- change the modal to be a screen (what I eventually did) 2- change the modal to be View with Stylesheet.absoluteFill 3- use other range slider that does work inside a modal