react-native-sortable-listview icon indicating copy to clipboard operation
react-native-sortable-listview copied to clipboard

Adapting library for web

Open cherniv opened this issue 7 years ago • 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: https://github.com/cherniv/react-native-sortable-listview/commit/143c3bf164abaff78908727590816a1a923cfa7c

cherniv avatar Apr 12 '18 09:04 cherniv