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
when use TextInput with icon and set the backgroundColor black lets say so the background of icon return to the default
Expected behaviour
it should be all background is black also the icon
How to reproduce?
the solution is very simple we have a style props in textInput but its never used in props of the component.
just put the style variable in props of textInput so that we can used in the our component
The text was updated successfully, but these errors were encountered:
Current behaviour
when use TextInput with icon and set the backgroundColor black lets say so the background of icon return to the default
Expected behaviour
it should be all background is black also the icon
How to reproduce?
the solution is very simple we have a style props in textInput but its never used in props of the component.
just put the style variable in props of textInput so that we can used in the our component
The text was updated successfully, but these errors were encountered: