-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
waiting for dependencyThe issue is caused by a dependency and we need them to updateThe issue is caused by a dependency and we need them to update
Description
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
- Go to this Snack
- Edit the model to reproduce the issue
- Save your changes and paste the link here: https://snack.expo.dev/@rosterelf/sharcoux-slider-demo
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
Metadata
Metadata
Assignees
Labels
waiting for dependencyThe issue is caused by a dependency and we need them to updateThe issue is caused by a dependency and we need them to update