react-native-slide-button icon indicating copy to clipboard operation
react-native-slide-button copied to clipboard

Refactored code

Open gkartalis opened this issue 6 years ago • 0 comments

  • 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

gkartalis avatar Jul 24 '19 17:07 gkartalis