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.
- Host: GitHub
- URL: https://github.com/squareboat/native-mathjax
- Owner: squareboat
- Created: 2020-02-21T09:08:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T17:17:40.000Z (over 2 years ago)
- Last Synced: 2025-03-21T03:07:27.341Z (about 1 year ago)
- Topics: react-native
- Language: JavaScript
- Homepage:
- Size: 873 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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
```