React-native-navigation: (iOS) Navigation bar shadow

Created on 19 Nov 2017  路  6Comments  路  Source: wix/react-native-navigation

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

img_3177

馃彋 stale

Most helpful comment

try this
{navBarNoBorder: true} :)

All 6 comments

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 馃憤

Was this page helpful?
0 / 5 - 0 ratings