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

Clean up imports for compatibility

Open axxag opened this issue 7 years ago • 0 comments

react-native packager was erroring out for me when using this module, due to the invalid export syntax in index.js.

This PR fixes that by standardizing the export syntax for ES6.

axxag avatar May 15 '17 22:05 axxag