Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

Recreating react native Disabling dark mode not working (ios)

$
0
0

I am trying to prevent app from using dark mode because text becomes white on a white background

These solution for darkmode have not worked for me:

I add this to my Info.plist file: (this does nothing)

<key>UIUserInterfaceStyle</key><string>Light</string>

I tried this in my AppDelegate.m: (give me build errors)

    if (@available(iOS 13.0, *)) {        rootView.overrideUserInterfaceStyle = UIUserInterfaceStyleLight;    }

Viewing all articles
Browse latest Browse all 16750

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>