react-native make disable dark mode react-native code example
Example: rn force light mode ios
<!-- In info.plist add the following -->
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<!-- In info.plist add the following -->
<key>UIUserInterfaceStyle</key>
<string>Light</string>