Cannot change the color of input text
bubuzzz opened this issue · 3 comments
Is there a way to change the color of the input text ? I am on the way to investigate React Native for my start up and come across your project, which is exactly what i need right now. I know that you already put in the ToDo list about supporting the dark theme, but can it be expanding to styling the color for the input text ?
Hi!
You can look at this pull request #4 and possibly fork our branch (before it will be merged in master)
We added possibility of styling of all components and values
@philipshurpik thank buddy
@bubuzzz I started working on @philipshurpik pull request and pulled in the options to style the TextInput, FloatingLabel, and View wrapper.
I've also added the props textColor
, textFocusColor
, and textBlurColor
to give more control of the TextInput's color. Let me know if that addresses your issue!