We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I read some Issues to solve this problem. But the problem not solved. I'm using this code:
<List dataArray={routes} contentContainerStyle={{ marginTop: 120 }} renderRow={data => { return ( <ListItem button icon onPress={() => this.props.navigation.navigate(data.route)} style={{ borderBottomWidth: 0 }} noBorder > <Body> <Text style={{fontFamily:'IRANSans',textAlign: 'right', width: '100%'}}> {data.label} </Text> </Body> <Right> <Image source={data.icon} style={{ width: 30, height: 30, resizeMode: 'contain', marginLeft: 15 }} /> </Right> </ListItem> ); }} />
The text was updated successfully, but these errors were encountered:
Fixed - noBorder with icon shows border.
e34f1ce
Fix for issue #1844 (How to remove bottom border of ListItem)
Fixed with 2.4.4
Sorry, something went wrong.
No branches or pull requests
Hi, I read some Issues to solve this problem. But the problem not solved. I'm using this code:
The text was updated successfully, but these errors were encountered: