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