isaachinman / wundershine-native-app

0 stars 0 forks source link

Onboarding status bar turns white after log out #95

Open isaachinman opened 6 years ago

isaachinman commented 6 years ago

Describe the bug On Android, status bar on Onboarding screen turns white after logging out

To Reproduce Steps to reproduce the behavior:

  1. Log in
  2. Go to settings
  3. Log out
  4. See error

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 from screens/index.js, the bug does not occur.

isaachinman commented 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.