Search code examples
iosreactjsreact-nativereact-navigationnavigator-ios

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.


Solution

  • Set the prop shadowHidden in NavigatorIOS to true. See docs