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
I'm defining this with <StatusBar barStyle="light-content" /> in my App.js. Indeed i'm using Expo.
I don't want re render my overall screen a new time just for statusBar color.
I think, the problem come to this line : StatusBar.setBarStyle('dark-content'); in RootToaster.tsx. You force statusBar style at dark without looking the previous value on hiding the toaster.
Hi,
When I use
Toast.show("Hello world!")
with a light statusBar, the statusBar color change to dark/default color after Toaster dismissing.Thanks
The text was updated successfully, but these errors were encountered: