Fábio Alvarenga
Fábio Alvarenga
Also experiencing this on SDK 44, using expo-dev-client, at least for iOS. Adding to the thread: this is happening **intermittently.** There are certain times in which the splash screen actually...
Fixed it by reading the docs. I was doing some nasty operations with multiple AsyncStorage key/value pairs on startup + Context API and that probably was dispatching double `SplashScreen.show` in...
> This API actually worked/works when using `expo` build, but is broken on `eas` (same as @richardwu is mentioning). > > The bug isn't just that the status bar is...
@SleeplessByte did you manage to fix it? I'm stuck with EAS Builds because I'm using native modules in my app, but I couldn't figure out how to properly style the...
No worries, mate. If I figure out something I'll share. Thanks!
Boy, oh boy. I was on the verge of giving up, it's friday night, everyone is drinking outside, it just occurred to me in my 10th build or so that...
Wait, just to be sure: did you *copy* the configuration above? That code snippet is the one I've _removed_ from my `app.config`. Not setting any `androidStatusBar` configuration at all is...
Too bad. It is a workaround anyway - guess it's associated with some other config in my project I'm not aware of. Let's keep an eye on this issue.
@uttu-316, persistence is working for me following the official documentation on RTK + redux-persist. Check it out here: https://redux-toolkit.js.org/usage/usage-guide#use-with-redux-persist