kiddkai / react-native-gestures

Composable React Native Gestures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use export instead of module.exports

sibelius opened this issue · comments

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

I am working on a refactor which should fix this issue: #30