react-native-progress-bar icon indicating copy to clipboard operation
react-native-progress-bar copied to clipboard

Implement ES6 style class definition

Open mattslight opened this issue 6 years ago • 0 comments

ES6 is now the preferred choice for React Native. I have updated the code to use the class * extends React.Component declaration for ProgressBar component.

mattslight avatar Jul 18 '18 19:07 mattslight