-
Notifications
You must be signed in to change notification settings - Fork 318
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
Android: crash due to backgroundColor #14
Comments
What is the color you are trying to set? |
I'm not trying to set any color. When I said |
Sorry, but I cannot reproduce this. Do you have the same issue when you run the example on your phone? |
@gsavvid have you been able the solve this? |
@cornedor Yes, I solved it by commenting out the following line from
This crash was happening on my Nexus 5x with Android v7.1.1. |
Thanks for the update, I'll close the issue for now since it works on my 5X with 7.1.1. If someone else has the same issue I'll reopen it. |
On my Android phone (7.1.1) I get the a crash
Error while updating property 'backgroundColor' of a View managed by: RCTVideo
. This doesn't happen on Genymotion with Android 5.0.0.The problem is resolved if you remove
backgroundColor
fromstyles.video
.The text was updated successfully, but these errors were encountered: