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 Mar 3, 2021. It is now read-only.
What is wrong? I can't force to light mode on xiaomi mi note 10. How can I fix it?
UPDATE: I fixed on a phone manually with phone settings, but I need fix it global with app. I set on Xiaomi Mi Note 10 screen settings > dark mode > individual apps > MYAPP = disable
Hello,
I generate an app with expo,
installed react-native-appearance with this command
expo install react-native-appearanceI set config in my app.json like this
{ "expo": { "userInterfaceStyle": "light", "ios": { "userInterfaceStyle": "light" }, "android": { "userInterfaceStyle": "light" } } }My App.tsx like this;
<AppearanceProvider> <App /> </AppearanceProvider>What is wrong? I can't force to light mode on xiaomi mi note 10. How can I fix it?
UPDATE: I fixed on a phone manually with phone settings, but I need fix it global with app. I set on Xiaomi Mi Note 10 screen settings > dark mode > individual apps > MYAPP = disable