sghiassy / react-native-sglistview

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

OnEndReached does not fire in android using SGListView #59

Open nisharafic opened 7 years ago

nisharafic commented 7 years ago

Hi,

i am trying to load more data while user scroll end of the items using sglistview. but OnEndReched does not fire the event to fetch new setup data to upend to the list. may i know how i can resolve this.? thanks