llanfair
llanfair

Reputation: 1885

React Native: Removing the bottom border from NavigatorIOS

I have a NavigatorIOS that draws a gray border bottom and I can't remove it nor change it's color.

enter image description here

How can I remove it? My React Native version is 0.44.0.

Upvotes: 0

Views: 430

Answers (1)

inga
inga

Reputation: 3214

Set the prop shadowHidden in NavigatorIOS to true. See docs

Upvotes: 1

Related Questions