Tell us which versions you are using:
You can just open inspector and look at current styles for NavBar. All you need is to set elevation property to 0 in NavBar styles.
@onrige thank
the shadow is remove
but the border for bottom is no remove
my code like it
const normalNav = { navigationBarStyle: { backgroundColor: Utils.themeColor, borderBottomWidth: 0, elevation: 0 } }
...
<Scene key="root" headerMode="screen" titleStyle={{ color: 'white' }} {...normalNav} {...hidenBack}>
is not work
Can't reproduce it with latest RNRF
Most helpful comment
You can just open inspector and look at current styles for NavBar. All you need is to set
elevationproperty to0in NavBar styles.