how to change header in react navigation bar color code example
Example 1: android navigation bar color change
<item name="android:navigationBarColor">@color/theme_color</item>
Example 2: how do change title color in navigation bar
navigationBar.largeTitleTextAttributes = [.foregroundColor: UIColor.white]