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 FAQ.
-
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 constraints 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 HTML snippet is compliant with the HTML5 spec.
-
Go to validator.w3.org/nu/.
-
Select "Check by text input"
-
Paste your snippet in the body of the document.
-
Press "Check"
-
-
Make sure your issue isn’t covered by the docs.
-
Read the FAQ.
-
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 FAQ.
-
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 FAQ.
-
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.