README
react-native-mathjax
Render Mathjax content in React Native Webview with auto height adjustment.
Showcase
TODO
Installation
yarn add react-native-mathjax
ornpm install react-native-mathjax --save
Usage
<MathJax
// HTML content with MathJax support
html={'$\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}