Answers for "react native dark theme disable"

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

Browse Popular Code Answers by Language