native-mathjax
v1.0.3
Published
A simple NPM nodule to show Mathmatical equations using MathJAX in react nativeusing Webview
Downloads
4
Maintainers
Readme
native-mathjax
A simple NPM nodule to show Mathmatical equations using MathJAX in react nativeusing Webview. It uses AutoHeightwebview to render the content as webview and set height of the content automatically.
Installation
npm install native-mathjax --save
How to use
- use it with scrollview like this `
Usage
<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
}}
/>