-
Notifications
You must be signed in to change notification settings - Fork 293
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
Throwing multiple exceptions when opening View on Android #72
Comments
Thanks for reporting @monotv. I just tested this on a Android 7 device using the Example project. All text inputs are working fine. Could you also test it with the Example project so we can make sure this is related with the library. The project is using react-native version |
same here. Android 5.0, React Native 0.55. |
Also crashing with unknown view tag exception for me. |
@Dantalion & @csotiriou Still an issue? |
crashing in RN 0.56 |
What's the output of crash @winadiw? |
I encountered this same issue and did some troubleshooting Primarily it seems to be a user error, in my case I was passing the Passing the prop Changing the library code fixes this, but is not necessary, like so:
This adds backgroundColor and I can submit a PR to fix this if you'd like, but it seems likely that the user could simply stop passing |
Thanks for finding out the problem @wizebin. I'd like to merge that patch if you could create a PR. I agree that it sounds like a user error but I'd like to eliminate it as people keep experiencing that. |
Any progress on that? ) |
Versions:
Android 7
First exception:
Then:
This finally crashes the app:
Android expects colors as int yet somewhow it is passed as a string it seems.
Looks like there is an issue with Animations in Android:
facebook/react-native#13984
The text was updated successfully, but these errors were encountered: