Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react-native force light mode

// Change the android/app/src/main/res/values/styles.xml file

<resources>
    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <!-- Customize your theme here. -->
        <item name="android:textColor">#000000</item>
    </style>
</resources>
 
PREVIOUS NEXT
Tagged: #force #light #mode
ADD COMMENT
Topic
Name
2+9 =