question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Thumb is above the track?

See original GitHub issue

Am I the only one having this kind of issue?

screen shot 2017-03-08 at 6 30 51 pm

Also note that the back track is gone.

Here is my code: (Footer comes from native-base)

<Footer style={{
    backgroundColor: '#7DC265',
}}>
            <Slider
                style={{ flex: 1, alignSelf: 'stretch', margin: 10, alignItems: 'baseline' }}
                minimumValue={0} maximumValue={100}
                value={volume}
                trackStyle={{
                    height: 4,
                    borderRadius: 2,
                }}
                thumbStyle={{
                    width: 15,
                    height: 15,
                    backgroundColor: 'white',
                    borderColor: '#30a935',
                    borderWidth: 2
                }}
                minimumTrackTintColor='#30a935'
                onValueChange={value => debounce(volumeChange(value), 150)}
            />
</Footer>

I’m using:

    "native-base": "^2.0.12",
    "react-native": "0.42.0",
    "react-native-elements": "^0.9.7",
    "react-native-vector-icons": "^4.0.0",

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:6
  • Comments:18 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
creeperyangcommented, Mar 16, 2017

I send the pr https://github.com/jeanregisser/react-native-slider/pull/65 just now. But I’m not quite sure it will solve all your problem.

3reactions
creeperyangcommented, Mar 14, 2017

The same issue. I check the source code and found the position part is not quite correct. Do you need a pr?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Firefox range slider move thumb above the track
I have a custom styled range slider that works wonderfully on Chrome, however is not functioning on as intended on Firefox. The main...
Read more >
Tracking over thumb - BowlingChat.net
Trying to help a bowler in our league. He just had a new ball drilled and it's tracking over the thumb hole. He...
Read more >
Does your ball flare over the fingers or thumb? - Facebook
I have a handful of guys that track over their thumb because they don't bury their thumb they hook in with the tip...
Read more >
EASIEST Ways to Self Crack Your Thumb and Hands - YouTube
Dr. Rowe shows the easiest ways to SELF CRACK your thumb and hands. This video will focus on self mobilizing the joints of...
Read more >
Adjusting Finger Pitches For No Thumb Bowlers - #MoMonday
Ever since we released the "Modern No Thumb Layouts" video found here ... to change the track in order to stop rolling over...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found