Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i adjust the thickness of the slider #600

Closed
rashedhossen opened this issue May 8, 2024 · 1 comment
Closed

how can i adjust the thickness of the slider #600

rashedhossen opened this issue May 8, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists feature request

Comments

@rashedhossen
Copy link

rashedhossen commented May 8, 2024

Describe the Feature

i can't adjust the thickness of the slider or height. Can you please add a prop to increase the thickness of the sldier

Possible Implementations

Related Issues

this is the slider I am using

<Slider
            style={styles.slider}
            minimumValue={1}
            maximumValue={10}
            step={1}
            value={goalTarget}
            onValueChange={setGoalTarget}
            minimumTrackTintColor={COLORS.primary}
            maximumTrackTintColor="#b3b3b3"
          />

          
 And this is the style I am using to increase the thickness or the height of the slider 

 slider: {
    width: "88%",
    height: 40,
  },
@BartoszKlonowski BartoszKlonowski added the duplicate This issue or pull request already exists label May 13, 2024
@BartoszKlonowski
Copy link
Member

Hello @rashedhossen, this feature has already been requested in #85.
Let me close this as a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists feature request
Projects
None yet
Development

No branches or pull requests

2 participants