How to force disable iOS dark mode in React Native

The solution is to either

  1. add this to your Info.plist file:
    <key>UIUserInterfaceStyle</key>
    <string>Light</string>

OR

  1. Add this to your AppDelegate.m:
    if (@available(iOS 13.0, *)) {
        rootView.overrideUserInterfaceStyle = UIUserInterfaceStyleLight;
    }

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)