grahammendick / navigation

Scene-Based Navigation for React and React Native
https://grahammendick.github.io/navigation/
Apache License 2.0
571 stars 40 forks source link

Supported shadowColor prop on NavigationBar and TabBar #753

Closed grahammendick closed 9 months ago

grahammendick commented 9 months ago

Fixes #738 and #746

<NavigationBar shadowColor="red">
<TabBar shadowColor="transparent">

Mapped to shadowColor on UIBarAppearance on iOS and to outline ambient/spot color on Android. (The shadow color only shows on TabBar on Android if also set barTintColor)