It's able to hide navigation bar shadow using
topBarElevationShadowEnabled: false
in Android
But I don't know how to hide navigation bar shadow in iOS
Already view issue #1491
and seems topBarShadowOpacity, topBarShadowOffset and topBarShadowRadius are not work
try this
{navBarNoBorder: true} :)
It seems {navBarNoBorder: true} doesn't work within 1.1.335(ios). I tried navBarNoBorder and still can see shadow/line under the bar.
Try
topBarElevationShadowEnabled: false
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest version and report back. Thank you for your contributions.
The issue has been closed for inactivity.
@DrunkardLiu not sure if you got this working, but I was able to using noBorder: true 馃憤
Most helpful comment
try this
{navBarNoBorder: true} :)