FaridSafi / react-native-gifted-listview

✌️ ListView with pull-to-refresh and infinite scrolling for Android and iOS React-Native apps
MIT License
1.62k stars 291 forks source link

Support react 16.0 #113

Closed danhph closed 6 years ago

danhph commented 6 years ago

I edited the syntax to React 16.0 by replacing react.createclass by extend React.Component and some small fixes.

geminiyellow commented 6 years ago

@FaridSafi how do you think about that