-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
JSON value 'thin' of type NSString cannot be converted to NSNumber #470
Comments
Thanks! Thank you for your work! |
@castalonirenz Good catch; that's an edge case since usually percent sizes are translatable in React Native sizes. I'll have a look. |
@castalonirenz The issue has been fixed in the latest css-processor release https://github.com/native-html/core/releases/tag/%40native-html/css-processor%401.8.1. You can explicitly install it, or wait for the react-native-render-html@6.0.0-alpha-25 which should be released within a few days. |
I'm using react-native-render-html for rendering email bodies.
When I get the following in the html i get "JSON value 'thin' of type NSString cannot be converted to NSNumber".
I suppose this is just a dev-warning, because it's dismissable. But I also suppose that the "thin" border will be omitted.
Is this the way the librart shows me that an attribute is not supported?
No biggie, since it renders anyway, but maybe there is room for improvement.
The text was updated successfully, but these errors were encountered: