react-native-slide-button
react-native-slide-button copied to clipboard
Refactored code
- Removed ComponentWillMount and moved code to constructor
- Updated var to const
- removed var self = this;
- refactored functions removing bind and converting them to fat arrow