react-native-radial-slider icon indicating copy to clipboard operation
react-native-radial-slider copied to clipboard

React Native component to select or highlight a specific value from a range of values 👌 ✨

Results 2 react-native-radial-slider issues
Sort by recently updated
recently updated
newest added

Hello guys, first of all, thank you very much for all the effort creating this library. Currently there is no variant of the slider to use as a range field...

It seems there is a problem inside of component with "stale closure". I`am use the function to provide to onComplete: ``` const onSlidingComplete = (newValue: number) => { if (intervalId.current)...