sghiassy / react-native-sglistview

SGListView is a memory minded implementation of React Native's ListView
MIT License
743 stars 72 forks source link

Introduce a kludge to make this work on android / windows #45

Closed gillpeacegood closed 7 years ago

gillpeacegood commented 7 years ago

Just thought this might be of interest to people if working on android/react-native-windows

sghiassy commented 7 years ago

Thanks @gillpeacegood for the PR. Sorry for the belated review.

The PR looks promising. I certainly would like to improve Android and Windows performance, but the PR in it's current state is failing on CI because of linting issues. Can you run check the Travis CI output and fix any lint errors. Thx

sghiassy commented 7 years ago

Thanks for updating the PR - merging