Please read all the entries bellow before choosing the one that best fits your case, and proceed with the recommendations.
Issue |
---|
The library is not honoring an area of the CSS/HTML standard. |
I am having trouble to understand how to use a specific feature of this library. |
I am using react-native-render-html
and I am witnessing a failure such as:
-
A Red screen of death during development that is caused by an object of this library;
-
A failure while building the app for production;
-
A crash or exception when rendering a component of this library.
-
Read the Common Issues section bellow.
-
Take a look at stackoverflow.com/questions/tagged/react-native-render-html for similar questions.
-
Take a look at our issue tracker for similar questions.
-
If you still don’t have a solution, you can choose one or more:
-
Submitting a Bug Report.
-
Going to our Discord #support channel.
-
For example, it doesn’t render tag YYY or replicate the behavior of attribute
XXX. This library is not meant for an exact compliance with the standard. First
and foremost, because React Native imposes some constrains that we cannot
overcome, and secondly, because the philosophy of the library is to let you
customize rendering to fit your needs rather than strictly honoring the
standards. Finally, because the react-native-webview
library fits this purpose.
However, we are always open to feature requests and propositions for enhancement regarding better compliance with the standards. You’re more than welcomed to open a ticket and discuss the feature on our #general Discord channel.
For example:
-
The documentation says something, but the behavior differs.
-
The library should obviously have the behavior I’m expecting, but it doesn’t.
-
Make sure your issue isn’t covered by the docs.
-
Read the Common Issues section bellow.
-
Take a look at stackoverflow.com/questions/tagged/react-native-render-html for similar questions.
-
Take a look at our issue tracker for similar questions.
-
If you still don’t have a solution, you can choose one or more:
-
Submitting a Bug Report.
-
Going to our Discord #support channel. Please note that if your issue is not trivial, we will probably ask you to fill a bug report anyway.
-
-
Make sure the feature isn’t covered by the docs.
-
Read the Common Issues section bellow.
-
Take a look at stackoverflow.com/questions/tagged/react-native-render-html for similar questions.
-
Take a look at our issue tracker for similar questions.
-
If you still don’t have an answer, you can choose one or more:
-
Opening a StackOverflow post with the
react-native-render-html
tag. -
Submitting a Feature Request.
-
Going to our Discord #support channel.
-
-
Carefully read the docs.
-
Read the Common Issues section bellow.
-
If you still find difficult to use this feature, then we are lacking good documentation and we should fix it. Go to our Discord #support channel and we will help you out.
Issue | Solution |
---|---|
Unable to resolve XXX from node_modules/YYY |
|
The application crashes while using |
|
How to render iframes? |
github.com/native-html/plugins/tree/master/packages/iframe-plugin#readme |
How to render tables? |
github.com/native-html/plugins/tree/master/packages/table-plugin#readme |
How to open the browser when a link is pressed? |
|
How to access the raw HTML from a custom renderer? |
|
How to set images max width when img element already has a width attribute? |