JackDanielsAndCode / react-native-multi-slider

Pure JS react native slider component with one or two markers.
MIT License
151 stars 96 forks source link

Use nextProps for min, max, and step #22

Closed gudmundurmar closed 8 years ago

gudmundurmar commented 8 years ago

The min, max, and step can also change in props causing the multi-slider to malfunction when values are introduced that exceed or are smaller than the old min-max. A similar problem occurs new values that don’t fit into the old steps change

jrans commented 8 years ago

Thank you! Sorry for being so tardy!

gudmundurmar commented 8 years ago

@jrans No problem, glad I could help. Will there be a new npm version with this update?

jrans commented 8 years ago

Yeah I've republsihed under 0.2.4 and added you and @l-urence as colllaborators if you guys ever want to make anymore changes and don't want to wait!