Answers for "how to change color of textinput layout in react native"

0

change poiter text input color react native

<TextInput
  selectionColor='red'
/>
Posted by: Guest on June-10-2021
1

change textinputlayout color

android:textColorHint="@color/your_color"
Posted by: Guest on April-23-2020

Code answers related to "how to change color of textinput layout in react native"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language