johanneslumpe / react-native-selectablesectionlistview

A Listview with a sidebar to jump to sections directly
MIT License
253 stars 258 forks source link

Performance is poor when navigating to another view from this view with many rows #9

Closed deanc closed 9 years ago

deanc commented 9 years ago

Hi Johannes,

I am just testing my app on an iPhone6. I have about 150 rows in my SelectableSectionListview, and when I tap one in order to go to another view it takes up to 1second to navigate to the next view.

I am using NavigatorIOS for my routing.

I should note that I am sure it's related to the amount of data, as after only rendering one item in the list and tapping that, it navigates as snappy as one would expect.

deanc commented 9 years ago

Never mind, this doesn't occur when I package it up properly :)