when I run my react native app in the emulator (pixel android 10), I noticed that the app change the white background to black when the phone set to dark mode. this made hard to read the black text or anything else. is there a way that forces the app to run in light theme despite the OS in dark or light mode
"react-native-appearance": "^0.3.2",
try this
Appearance.set({ colorScheme: 'light' });
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With