react-native-alphabetlistview
react-native-alphabetlistview copied to clipboard
On Alphabet click , list does not scroll to select section.
I have implemented this list view.when selecting a section it does not scroll to select section.It scroll to wrong position
me too
Getting same issue on android when I click on any alphabet scroll does not move to that section. Must be fixed with out this module is of no use.
Maybe make sure your sectionHeaderHeight and cellHeight are set at the correct values. Started working for me after.
I have submitted a PR which might be a workaround for this issue: #63
Thanks for your workaround @haraldreingruber ! It got it working on my end.
Thank you very much for the PR. It works on my end :)