react-native-alphabetlistview
react-native-alphabetlistview copied to clipboard
How to widen the alphabet list?
Is there a style that can widen the touch areas of the alphabet list?
@coffeesam sectionListStyle
is the prop you're looking for. I have mine set to { width: 50 }
.