-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Question/Bug: List’s listItemHeight
not working? (iOS)
#1398
Comments
Removed unused variable listItemHeight
…eight Fix for #1398 Removed unused variable listItemHeight Question/Bug: List’s `listItemHeight` not working? (iOS)
Fixed with NativeBase 2.3.5 |
YAY!!! Thanks! |
Wait, you just removed it? So it means it can’t be controlled? |
Yes, usage of this was discontinued, though it was not removed from theme |
Ok. Then how can I increase the height of the list item? |
@oferRounds you can just override the style of ListItem and set the height to your desired height. |
|
@oferRounds same way as we did for . Just override the style of and set the desired height. |
Thanks, but I get a tslint error, saying that |
Oh, sorry, I see that it does affect, but it just increases the seperator; my problem is with the right side of the list item |
Ok, solved! Adding it to both |
Also, as mentioned before, if want to change the |
Fixed with 2.3.6 |
react-native, react and native-base version: 2.3.3
Expected behaviour: item’s height should change according to List’s
listItemHeight
propertyActual behaviour: item’s height always stays the same
Steps to reproduce: regular static list
Tested on iOS
The text was updated successfully, but these errors were encountered: