-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TextInput color not working. #3742
Comments
What platform is this? Can you post a rnplay.org example? |
@astreet Only on android. iOS is working fine. https://rnplay.org/apps/vPqdqA |
Ok, thanks for the report. @andreicoman11 is this something you're aware of? |
@astreet Did you also notice that the transitions were working on iOS and not on Android? Is there something wrong with the code? |
I've just hit this bug in Android too, just confirming it. |
Fixed by 5ed8c67 |
Anybody experiencing this issue when secureTextEntry={true} after the fix? |
Me. |
@louuysison I'm having the same issue. I have a username and password inputbox. Both styled with color:white. The one without secureTextEntry works as expected, but when secureTextEntry is enabled, the text color becomes black and I see no way of correcting it |
I am experiencing the same issue with |
@sskira There is already a issue open on that. See #4435. |
This will not added to v0.30 release candidate ? It was fixed months ago 😞 |
I am having the same issue too, is it fixed yet |
"react-native": "0.44.2" I have the same issue for android. |
I have the same issue with React Native 53.3 on Android. Still no solution ? |
hey, still not supported here on android yow! 55.3 |
Hi, I have a problem. I have a TextInput and I want the text that would be typed in there to be white in color. So, I add the style, color: '#fff' to it. It worked on a previous project but somehow renders the text in black now. I've run out of ideas and I know stackoverlfow is probably a better place for such a question. But frankly, there aren't too many people there either. So please let me know if anyone can help me. Thank you.
The text was updated successfully, but these errors were encountered: