-
Notifications
You must be signed in to change notification settings - Fork 292
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
Error while updating property 'backgroundColor' in shadow node of type: AndroidTextInput #32
Comments
get the same issue |
try this One, the Hoshi in the Example page works for me
|
The example doesn't use the backgroundColor prop though. Agreed removing the backgroundColor prop is a workaround. |
Sorry for answering so late @ChristiaanHaas. I just tried this on the example project and it worked well:
Which react native version are you using? I recently upgraded the example project to react native 0.44, and that probably helped fixing this. |
Closing for inactivity. |
@halilb I've just come across this issue in
I think the issue is that the README.md uses Great library though, saved me a bunch of time, and the elements all look fantastic! |
Thanks for the info @Oblongmana. I'll test again using |
got same error. its work on ios, but backgroundColor doesnt work on TextInput android. |
same issue |
I also have the same issue |
Updating my Target SDK version to version 27 seems to fix the issue. See this: facebook/react-native#13984 |
Hello Guys, I am also struggling with this...any update? Thanks |
For 'TextInput' in style try after removing backgroundColor, color, if passed. textInputStyle: { |
When adding a backgroundColor to Hoshi on android:
The text was updated successfully, but these errors were encountered: