Describe the bug
<RangeSlider
minimumValue={0}
maximumValue={1440}
CustomThumb={({value, thumb}) => {
return <Text>a</Text>;
}}
{...sliderProps}
/>
The original provided snack does work with @sharcoux/slider package. However, it doesn't work with @react-native-assets/slider which I believe is the correct one to use. Also, I've updated the snack to Expo 52. Not sure if it's related.
To Reproduce
Expected behavior
Replacing thumbs.
Please complete the following information:
- OS: iOS and Android
- Browser: Apparently it does work on browsers.
- @react-native-assets/slider 10.0.0
Describe the bug
The original provided snack does work with
@sharcoux/sliderpackage. However, it doesn't work with@react-native-assets/sliderwhich I believe is the correct one to use. Also, I've updated the snack to Expo 52. Not sure if it's related.To Reproduce
Expected behavior
Replacing thumbs.
Please complete the following information: