Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CustomThumb doesn't show up if width and height are not specified #107

@vendramini

Description

@vendramini

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    waiting for dependencyThe issue is caused by a dependency and we need them to update

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions