Android force dark allowed
C. Godri
On some systems on some smartphones like the xiomi, darken mode is forced, changing the UI, with the setting <item name = "android: forceDarkAllowed"> false </item> this behavior is not replicated, a suggestion would be to create it in the app. json, option on android forceDarkAllowed: true / false
José A. Valdivia
It would be amazing to have an interface like infoPlist so we can config forceDarkAllowed directly in app json. Xiaomi phones forces the dark mode and looks awful.
Wodin
This looks like something that should be possible with a Config Plugin and EAS Build.
Tomáš Šesták
Please add this quickly! I believe its not hard to implement