Aryk Grosz
                                            Aryk Grosz
                                        
                                    Anybody found a workout around for this?
I haven't played with the library yet...my guess would be that since it's over everything...you'd have to do something like "pointerEvents="none"> on the overlay component. Not sure if that's possible...
This would be a great add-on.. @Jorghi12 did you make any progress on this?
On that note...there are several other properties that show up in typescript that are not transferred to the PagerComponent. Something is definitely wrong here... we probably should be using the...
1. @domasn - Don't do that...timers are evil man 🤣 2. @vegerot12 I have the same concern... 3. Here is how it should have been written (selection with a ref)...reduce...
Been working on this for 24 hours with no hope in sight...then I found this. Thanks so much for putting this solution. 🚀 Seriously...not sure what I would have done...
Hey @TahaAttari can you paste here your implementation and more specifically the styles you used?
Me too...I think it has something to do with blocking the gesture or pan responder...something related to that...I'm going to try to see if I can wrap it with some...
This hack made it work for me. I basically uncontrolled the component... ```ts import React, {useState} from "react"; import MultiSlider from "@ptomasroos/react-native-multi-slider/MultiSlider"; // Super hacky fix for https://github.com/ptomasroos/react-native-multi-slider/issues/124 // Perhaps...
> use **onValuesChangeFinish** instead of **onValuesChange** works for me. Right but that is completely different behavior especially if you need a function to run while the user is moving the...