deanmcpherson/react-native-sortable-listview

Adapting library for web

cherniv opened this issue · 0 comments

When i am trying to use this library on web (through react-native-web) it throws:

index.js:389 Uncaught TypeError: Cannot read property 'easeInEaseOut' of undefined

Because rn-web has no LayoutAnimation. So I've forked and fixed it here: cherniv@143c3bf