Closed amansaxenalapa11 closed 2 years ago
@amansaxenalapa11 Hi, and thanks for this report! Unfortunately, the issue tracker is no fit for assistance. Please post to Stackoverflow or our Discord for help. A few notes though:
domVisitors
with version 5 of this library, which does not support this prop.onElement
as expected. Check for examples in the official website (search for "dom tampering").if (tnode.hasClas("mathjaxclass") {
return /* My special component */
}
Good luck!
Decision Table
<yyy>
is not rendered”Good Faith Declaration
Description
i want to custom render mathjax when a specific class is present in the code is it possible or any example there for this
React Native Information
RNRH Version
"react-native-render-html": "^5.1.1",
Tested Platforms
Reproduction Platforms
Minimal, Reproducible Example
https://snack.expo.dev/@amansaxena11/mathjax-equation-in-html
Additional Notes
i have use Inserting Element but its not working for me