react native status bar content color code example
Example 1: react native status bar
<StatusBar animated={true} backgroundColor="#fff" barStyle="dark-content" />
Example 2: change status bar color react native
you can use a header.
<StatusBar animated={true} backgroundColor="#fff" barStyle="dark-content" />
you can use a header.