react native element - removing border from your list





In your list control, you have something like this to render your list (gridbox).


    
   



This might give you a listbox with some border.

If you want to hide all those border, change your ListItem style to as follows -



<ListItem containerStyle={styles.listItemStyle}
/>



listItemStyle : {
borderBottomColor: 'transparent' , borderBottomWidth: 0
}



Then all your borders in List Item will be removed.

Comments

Synsoft Global said…
Great blog.
The details that you shared regarding React Native Application and component that you mentioned i your blog. This simple blog with the application development code will help everyone to understand about React component. I was searching for react native app development company and got his blog.
Thanks for sharing such a great blog.

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm