avishain / react-native-range-slider-expo

Customizable range slider for react native apps
MIT License
29 stars 12 forks source link

When using initialFromValue and IntitialToValue, the rendering appears to "jump" from the min/max to those values #11

Closed abelfiore closed 3 years ago

abelfiore commented 3 years ago

I am using the initialFromValue and initialToValue to show the current setting, but when I re-render the component I am seeing a "jump" from the min/max values to the from/to values. Am I misusing the component in some way that would prevent this flickering from happening?

avishain commented 3 years ago

You are using it fine. I didn't see this bug as initial values were a request I implemented but never used it myself. I fixed it and will generate new version with the fix probably later on today. Will let you know once version is out.

avishain commented 3 years ago

Should be fine now. Please let me know if anything misbehaves.

abelfiore commented 3 years ago

Looks great thanks so much!