Answers for "react-native make disable dark mode react-native"

0

rn force light mode ios

<!-- In info.plist add the following -->
    <key>UIUserInterfaceStyle</key>
    <string>Light</string>
Posted by: Guest on January-14-2021

Code answers related to "react-native make disable dark mode react-native"

Browse Popular Code Answers by Language