react-native-button-component
react-native-button-component copied to clipboard
Clean up imports for compatibility
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.