Screens that use a profile component (repository screen/user profile screen) should have white status bar text. Currently, the text is dark.
I've already exposed a barColor prop to modify this attribute in the ViewContainer component which is the wrapper for all screens in the application. However simply changing the value doesn't correctly change the status bar colour as it should, and this probably has to do with how we have nested stack navigations within tabs so it's most likely being overwritten.
Screens that use a profile component (repository screen/user profile screen) should have white status bar text. Currently, the text is dark.
I've already exposed a
barColorprop to modify this attribute in the ViewContainer component which is the wrapper for all screens in the application. However simply changing the value doesn't correctly change the status bar colour as it should, and this probably has to do with how we have nested stack navigations within tabs so it's most likely being overwritten.