Skip to content

Commit 46d3222

Browse files
authored
fix: textinput crash for android 10+ (#936)
1 parent 4aeb37b commit 46d3222

File tree

1 file changed

+1
-0
lines changed
  • packages/app/android/app/src/main/res/values-v29

1 file changed

+1
-0
lines changed

packages/app/android/app/src/main/res/values-v29/styles.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
44
<item name="android:textColor">@android:color/black</item>
55
<item name="android:editTextStyle">@style/ResetEditText</item>
6+
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
67
<item name="colorPrimary">@color/colorPrimary</item>
78
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
89
<item name="android:forceDarkAllowed">false</item>

0 commit comments

Comments
 (0)