Skip to content

Releases: sreejithr/react-native-slide-button

v1.3.0

29 Sep 14:41
Compare
Choose a tag to compare

Breaking changes

  • API change. Height and width for the button HAVE to be passed as props to <SlideButton/>.

Changes

  • Added support for specifying slide direction for successful slide (left, right or both).
  • Fixed bug with Dimensions import.
  • Fixed misc bugs.