rn-range-slider
rn-range-slider copied to clipboard
slider is not working in modal
I am using this slider in modal box not working.
Same.
Same issue for me.
Any updates on this issue? @skjangid
Update package manually
PanResponder.create({
onStartShouldSetPanResponderCapture: trueFunc, // update this to trueFunc
})
It will work inside modal @abdul-ahad-101
Worked by updating the package code manually and changing onStartShouldSetPanResponderCapture to trueFunc as per @Caliman-Nicolae reply
File index.tsx:
Changed:
onStartShouldSetPanResponderCapture: falseFunc,
To:
onStartShouldSetPanResponderCapture: trueFunc,
Same issue for me.
https://www.npmjs.com/package/crn-range-slider
https://www.npmjs.com/package/crn-range-slider
Ladies and Gentlemen, this solution is the answer! Thank you csulit!