Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

react native force light mode

<!-- Change AppTheme to Light instead of DayNight -->
<!-- Add forceDarkAllowed item -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
    <!-- Customize your theme here. -->
    <item name="android:textColor">#000000</item>
    <item name="android:forceDarkAllowed">false</item>
</style>
Source by github.com #
 
PREVIOUS NEXT
Tagged: #react #native #force #light #mode
ADD COMMENT
Topic
Name
9+2 =