Open JadenTheGiant opened 3 years ago
@JadenTheGiant: you can override letterListContainerStyle with height value (example: based on you screen height)
letterListContainerStyle={{ height: _const.HEIGHT_SCREEN * 0.7 }}
Hello, i can control the height, but still the onPress action is out of the screen, how did you fix it?
just an updated, by setting a fixed height for the AlphabetList instead indexLetterStyle did the trick
I want to center the alphabet list to middle of the page, is it able to move the index list out of the section to follow the page height? I only can adjust the position within the section list using the indexLetterStyle