react-native-gestures icon indicating copy to clipboard operation
react-native-gestures copied to clipboard

use export instead of module.exports

Open sibelius opened this issue 9 years ago • 1 comments

export is the new syntax of es6 modules, it should use it

sibelius avatar Jun 20 '16 20:06 sibelius

I am working on a refactor which should fix this issue: https://github.com/kiddkai/react-native-gestures/pull/30

assertchris avatar Sep 04 '17 12:09 assertchris