I am developing an application using React native library and I wonder how I can disable switching the text color in the status bar to white color when dark mode on iOS phone is on? I would like to always have black text color.
I tried to set <StatusBar barStyle="dark-content" />
but the text color changes to white anyway.
Any options to solve the issue are welcome, either using iOS solution or using RN solution.