An open API service indexing awesome lists of open source software.

https://github.com/squareboat/native-mathjax

A simple NPM nodule to show Mathematical equations using MathJAX in React Native using Webview.
https://github.com/squareboat/native-mathjax

react-native

Last synced: about 1 year ago
JSON representation

A simple NPM nodule to show Mathematical equations using MathJAX in React Native using Webview.

Awesome Lists containing this project

README

          

# native-mathjax
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.

# Installation
`npm install native-mathjax --save`

# How to use
1. use it with scrollview like this
`



`

# Usage
```javascript

```