unable to add bottom border to itemTextStyle
bordercolor is working as mentioned below: itemTextStyle={{ borderColor:'red', borderWidth:2 }}
but below borderBottomColor is not working in itemTextStyle: itemTextStyle{{ borderBottomColor:'red', borderBottomWidth:2 } }
borderBottomColor is working fine for me. Can you provide more details?
By the way, do you have any tip to set the last item bottom border to transparent?
Like this:

borderBottomColor and borderBottomWidth not working however borderColor, borderWidth works. But borderColor & borderWidth give a border around text. but i need only border bottom to make each item look divided by a line.
@IkaroAlef how please let us know how you're were able to achieve that.