C. Obama
C. Obama
> patch it yourself in slider.tsx > > search for > > ` left: -bubbleMaxWidth / 2` > > change it to > > ` left: -bubbleMaxWidth / 2 -...
Could you use swipe length threshold? Or alternatively count threshold of ms for the swipe. E.g., count how many ms takes to start -> stop gesture, if below X funA...
> I just tried using this package and this issue immediately broke my app. Considering there is already a fix that is awaiting a merge FROM OVER A YEAR AGO,...
I think this has been solved now but your PR remains open. Works: ` `
This issue most likely is caused by the type of progress input value. Note the value should not be a number directly: ```javascript progress={20} // instead use const progressValue =...
This PR is good. Saved me. The docs currently don't support .js. I modified it like this to work on .js react native 0.73.6. ```javascript const createEnhancers = (getDefaultEnhancers) =>...
Pls merge
Please merge this. Are the contributors all passed away?