react native dark theme disable 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>