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
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
StatusBar component resets its props when application was reopened on Android.
There are similar issues #19609, #16582 that were marked as closed.
But suggested ways of resolving aren't work for me.
I attach a demo of what actually happening.
I set translucent and orange background color for the StatusBar and start the application. "Welcome to React Native!" text was hidden behind the status bar. Then I pressed the home button and reopened the application again. StatusBar component lost translucent and background color "Welcome to React Native!" text located below the status bar.
To Reproduce
Initialize a new React Native project with react-native init
Add StatusBar component with translucent and background color
Start the application with react-native run-android
Press Home button
Reopen the application
Expected Behavior
StatusBar component should keep its state when the application was reopened.