skip to Main Content

Disable night mode for Piker – React native

I have an app , but night mode changes colors (white to black) in Piker from @react-native-picker/picker. I tried <item name="android:forceDarkAllowed">false</item> and AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO); but it's not helped How to force disable night mode for Piker ? compileSdkVersion = 31 kotlinVersion…

VIEW QUESTION
Back To Top
Search