Is it possible to remove topBar border/shadow like on iOS?
Try topBar: { elevation: 0 }
topBar: { elevation: 0 }
@MikePodgorniy thank you so much, that was so simple but I missed out this option in docs.
Most helpful comment
Try
topBar: { elevation: 0 }