I have a NavigatorIOS
that draws a gray border bottom and I can't remove it nor change it's color.
How can I remove it? My React Native version is 0.44.0.
I have a NavigatorIOS
that draws a gray border bottom and I can't remove it nor change it's color.
How can I remove it? My React Native version is 0.44.0.
Copyright © 2021 Jogjafile Inc.
Set the prop
shadowHidden
inNavigatorIOS
to true. See docs