Slide to proceed button for React Native
npm install react-native-slide-button
Installation
---
```
npm i react-native-slide-button
Usage
---
```
* Inner wrapper contents will be moved when swiped. Button text, for example, ,may go here.
* Outer wrapper contents are static and will not move. Button's background and other styles, may go here.
TODO
---
- [x] Implement onSlide prop to let components listen to slide events.
- [ ] Write testcases.
- [ ] Write separate convenience component tailored to meet the most common usecase; button with text inside.