I'm using a router that looks like this:
<Router
hideNavBar={false}
navigationBarStyle={{ backgroundColor:'#5aa0cc' }} >
The background color is set just fine, however the navigation bar gets a thin white border at the bottom on iOS and a rather thick grey border on Android.
Any idea how to remove this? I already tried setting borderBottomWidth to 0 and tried changing borderBottomColor, but neither seems to affect this additional border I am getting.