A simple NPM nodule to show Mathematical equations using MathJAX in React Native using Webview. It uses AutoHeightwebview to render the content as webview and set height of the content automatically.
npm install native-mathjax --save
- use it with scrollview like this `
<MathJax
/*
MathJax configuration option :
You can add your own configuration here. Default configuration this Module uses is :
Remember, If you want to use this configuration, then no need to use this prop in your code.
*/
defaultConfiguration = {{
jax: ["input/TeX","output/HTML-CSS"],
tex2jax: { inlineMath: [["$$","$$"],["\\(","\\)"]] },
showMathMenu: false,
showMathMenuMSIE: false
}}
/>