ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 415 forks source link

Long lists optmise tab switching #66

Closed wieseljonas closed 7 years ago

wieseljonas commented 8 years ago

I was wondering if anyone had manage to optimise tab switching when displaying long lists.

I'm having difficulty doing this I get a significant lag. I'm sure the issue is linked to the listview component and it's problems with long lists. I was wondering though if there was a way to somehow keep each tab in memory to improve this.

Thanks

toearth commented 8 years ago

@wieseljonas you can set initialListSize and pageSize of the liseView

ptomasroos commented 7 years ago

This is not related to react-native-tab-navigator