Skip to content

Commit

Permalink
fix: textinput crash for android 10+ (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm authored Jun 21, 2022
1 parent 4aeb37b commit 46d3222
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:textColor">@android:color/black</item>
<item name="android:editTextStyle">@style/ResetEditText</item>
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="android:forceDarkAllowed">false</item>
Expand Down

0 comments on commit 46d3222

Please sign in to comment.