-
Notifications
You must be signed in to change notification settings - Fork 56
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
Android tapping Z brings me to F section of the list #65
Comments
I have same issue both on iOS and Android. When I tap any letter on the index, it always jumps to incorrect position.
|
try to set |
what value do I set it to? |
If you don't know the height, you can use custom render both header and item. The example:
|
can you show the |
Same issue |
Pls try to set |
Yes, I did set it, but the pagination is breaking. When I click on an alphabet, it takes me to the wrong section. For example, clicking on 'M' takes me to 'N' |
It works. It helped me resolve this issue. Thank you @simonho1025 |
I have these props on the ,:
contentInsetAdjustmentBehavior="automatic"
initialNumToRender={100}
maxToRenderPerBatch={500}
updateCellsBatchingPeriod={10}
windowSize={400}
removeClippedSubviews
without these props, as referenced in another issue, the list jerks around a lot and breaks.
when I tap Z on the index, it'll bring me to the F section of the list. The other letters also only bring me to a section of the list from A->F instead of A->Z. I have ~8000 items in the list. works fine on iOS.
The text was updated successfully, but these errors were encountered: