Skip to content

Commit

Permalink
fix: force light mode for example app
Browse files Browse the repository at this point in the history
  • Loading branch information
intent-kacper-cyranowski committed Jul 9, 2024
1 parent 370bba5 commit fd61bbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<resources>

<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
<item name="android:forceDarkAllowed">false</item>
</style>

</resources>

0 comments on commit fd61bbd

Please sign in to comment.