You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
},
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: