-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not switch page if switch tab when data is large! #2
Comments
I'm running into this issue as well. Turns out that https://www.npmjs.com/package/react-native-section-list-get-item-layout This happens when the list is too long and you tap a tab for a section that's not loaded. I'd also recommend adding this to your sectionlist to prevent crashes from this:
|
I researched through this npm library but without make it works yet, can you explain or put a example here please? My problem is explained here: https://stackoverflow.com/questions/62942569/how-to-configure-getitemlayout-prop-for-sectionlist-with-dynamic-height |
Has anyone ever found any solution yet? |
Add the length of your list here and the issue will be solved and the length will be
|
If one section's data is too large, I can't switch to other tab's page.
Any one can help me about that problem?
The text was updated successfully, but these errors were encountered: