react native - changing border color of list item or list
To ensure you have your top and bottom border color styled correctly, you have need to set List's containerStyle -> borderColor and ListeItem's containerStyle ->BorderBottomColor to your desired color.
This is what you should do (atleast for sdk 29 of expo), for some weird reason :-
Comments