status bar background color is not changing

When tried changing the background color of status bar
Example:
{
“expo”: {
“androidStatusBar”: {
“backgroundColor”: “#C2185B
}
}
}
this is not changing

Hey @dinesh7259,

Some changes such as this one require new builds to take effect. You can read about this here: https://docs.expo.io/versions/v32.0.0/workflow/publishing/#limitations

Cheers,
Adam

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.