Current Behavior
- Top side of tabBar has shadow.
Expected Behavior
- how to remove top shadow of top tabBar?
- tried elevation: 0 but it also removes bottom shadow.
- Side note - How top shadow was achieved for Tabs.Navigator (react navigation)? as box-shadow properties does not work for android and elevation only shows shadow to bottom.
How to reproduce
<>
<Header /> //App name custom component
<Tabs.Navigator
...
tabBarOptions={{
....
style: {
// elevation: 0,
},
}}>
