StatusBar changing color when phone receives a notification

Not sure if this is also happening outside of the Expo Go app as I’m still only in the development stage, but I’m noticing when I have my app running on my phone (Android) that if it receives a notification, the statusbar changes from my set color to a white color. Is there a way of preventing this? I could probably set every screen to have the StatusBar component so moving screens would reset it, but just wondered if there was a way to stop it happening altogether. Haven’t tested this in iOS yet so not sure if it behaves the same way on there.

Many thanks

Woops, apologies realised this was happening with React Native’s StatusBar and not Expo’s, solved!

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