react-native-gestures
react-native-gestures copied to clipboard
use export instead of module.exports
export is the new syntax of es6 modules, it should use it
I am working on a refactor which should fix this issue: https://github.com/kiddkai/react-native-gestures/pull/30