Closed AzherMansoori closed 1 year ago
@AzherMansoori Thank you for bringing this to our attention. We'll make sure to address this issue as soon as possible. Alternatively, If you'd like to contribute to fixing this issue, feel free to submit a pull request.
@mukesh-simform fixed this issue but seems i cannot push my changes to this repo.
@AzherMansoori How were you able to fix this issue? I am facing a similar problem
@mukesh-simform This tool is very useful. I'd really appreciate it if you could update to a new version that fixed this render bug.
@AzherMansoori How were you able to fix this issue? I am facing a similar problem
Hi @wygarner Go to > node_modules/react-native-radial-slider/lib/components/RadialSlider/hooks/useSilderAnimation.js Add following code snippet inside useSliderAnimation.js file. useEffect(()=>{ setValue(props.value); onChange(props.value); },[props.value])
that's it. Enjoy Coding
@mukesh-simform @parth-simform
I want to change slider thumb position(value) on TextInput onTextChange but unable to do this.
const [avalue, setValue] = useState(0);