sghiassy / react-native-sglistview

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

Memory issues still happening in android #34

Open anilchembath opened 8 years ago

anilchembath commented 8 years ago

We have noticed that the memory issues are still persisting in Android. While checking I have found onChangeVisibleRows event is not getting called in android and hence optimisation logics are not working. Is this a known issue or am I missing something. Kindly help.

sghiassy commented 8 years ago

Should be working. I don't build on Android much, so I won't be that much help unfortunately. Does it work with a different version of RN? Perhaps there's a regression in onChangeVisibleRows being called in RN for specific versions?

anilchembath commented 8 years ago

Its looks like OnChangeVisibleRows is not supported in Android. There is already a requirement raised for this.