Skip to content

Releases: franfran/react-native-snap-slider

v0.3.0

22 Dec 14:23

Choose a tag to compare

Using ViewPropTypes as View.propTypes.style is deprecated

v0.2.2

24 Oct 07:18

Choose a tag to compare

Added new Props labelPosition
And onSlidingComplete() with selected item index number, it is the same as using this.refs.slider.state.item but a easier way.

See updated README and pull #5

v0.2.1

28 Sep 05:45

Choose a tag to compare

Behaviour changes:

onSlidingComplete will be triggered AFTER the state updated.

see #2 for details

v0.2.0

14 Mar 15:48

Choose a tag to compare

Updated deprecated import of react-native since version v0.25.1.

v0.1.3

17 May 05:05

Choose a tag to compare

Bug fixed on itemStyle should use Text.propTypes.style

v0.1.2

26 Apr 17:43

Choose a tag to compare

Use Slider as SliderIOS is now deprecated
Upgrade Example code to use react-native 0.24.1
Bug fixed on incorrect slider length measure, use onLayout instead