You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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
@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!
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 ?
The text was updated successfully, but these errors were encountered: