githuboftigran / rn-range-slider

A native slider with range
MIT License
242 stars 135 forks source link

The Component preserve the low value although the parent component rerendered #91

Closed yamen94 closed 3 years ago

yamen94 commented 3 years ago

Hi,

I put the Slider in a child component, when the parent component re-render, the slider keeps the same "low" value, although I send the initial "low" value to the comp as a prop. I want when the parent component re-render the slider "low" value reset to the value sent in the props.

githuboftigran commented 3 years ago

@yamen94 , could you please provide some codes? Slider is updated if low prop is changed.

githuboftigran commented 3 years ago

@yamen94 , closing this issue due to inactivity.