Hey,
I dont know if this is the right place to ask this question. I downloaded your package via npm, and startet to implement it, but after all trys to change the webpack.config and the .babelrc I get every time while the compiling the message:
Error in ./~/react-native-action-button/ActionButton.js
Module parse failed: ..\workdirectory\node_modules\react-native-action-button\ActionButton.js Unexpected token (54:6)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected token (54:6)
@ ./src/App.js 13:31-68
the "unexpected token" is just a "<", wich should be converted by react...
I am out of ideas what I could do.
Greetings Elli