Open isaachinman opened 6 years ago
Update: it seems related to the windowBackground
Android property. I've set that here to one of our brand colours. It's less of an obvious bug now that it's not white, but it's still not ideal.
Fixing this might require upgrading to react-native-navigation
v2.
Describe the bug On Android, status bar on
Onboarding
screen turns white after logging outTo Reproduce Steps to reproduce the behavior:
Expected behavior Status bar remains black
Screenshots N/A.
OS (please complete the following information): Android.
Additional context This seems to be related to the
react-native-navigation
drawer. If I remove the drawer fromscreens/index.js
, the bug does not occur.