You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking on the a Safe Paths notification in the drawer, the app opens to the LocationTracking.js view. However, the StatusBar style (light-content, transparent, translucent) set inside render does not get applied to the status bar. This. seems to be a known React Native bug, which can be worked around by using the static StatusBar methods.
Expected Behavior
When I click on a notification in the drawer, I expect the status bar in LocationTracking.js screen to be styled with light content, transparent, and translucent.
Upload any files to the Issue useful in helping us to investigate
The screenshot is difficult to see because it runs into the white background, but the status bar is white from notification click.
The text was updated successfully, but these errors were encountered:
Version
Steps to reproduce
When clicking on the a Safe Paths notification in the drawer, the app opens to the LocationTracking.js view. However, the StatusBar style (light-content, transparent, translucent) set inside render does not get applied to the status bar. This. seems to be a known React Native bug, which can be worked around by using the static StatusBar methods.
Expected Behavior
When I click on a notification in the drawer, I expect the status bar in LocationTracking.js screen to be styled with light content, transparent, and translucent.
Upload any files to the Issue useful in helping us to investigate
The screenshot is difficult to see because it runs into the white background, but the status bar is white from notification click.
The text was updated successfully, but these errors were encountered: