Package Exports
- native-mathjax
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (native-mathjax) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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
}}
/>