-
Notifications
You must be signed in to change notification settings - Fork 33
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
Need to check if "style" prop is an array #8
Comments
Yes. Need to check for both |
@mahesh1996 while you're at it, can you take a look at #10 ? I suspect they're related. Thank you! |
@thomasttvo Tested on react-native 0.51. It works fine as |
@mahesh1996 I got it on some elements too, but have deleted the code, will let you know if I happen to reproduce it. |
Also, make sure If you are using |
when
this.props.style
is an array, this will not work properly. In my case, it ignores customProps.styleThe text was updated successfully, but these errors were encountered: