React Native: Removing the bottom border from NavigatorIOS

429 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

Set the prop shadowHidden in NavigatorIOS to true. See docs