-
Notifications
You must be signed in to change notification settings - Fork 255
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
listStyle doesn't exist #263
Comments
I ended up just styling it directly inside renderItem |
Still no listStyle? |
Applying styles to the result list can by done through
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, checking out this library.
The rendered list items have a very short height, which makes it very hard to press the correct item.
According to the docs here on GitHub there should be a
listStyle
prop, but I can't find anything about it anywhere in the code.How may I adjust the height of the items?
Thanks!
The text was updated successfully, but these errors were encountered: