Releases: sreejithr/react-native-slide-button
Releases · sreejithr/react-native-slide-button
v1.3.0
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.