We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a7a17 commit 199e514Copy full SHA for 199e514
README.md
@@ -2,6 +2,8 @@
2
3
A react native component used to easily display and handle mathematics (TeX or LaTeX) in html. The library does not use Web View.
4
5
+Only TeX or LaTeX is converted to svg. HTML is converted to native `<Text/>` component
6
+
7
## Installation
8
```bash
9
$ yarn add react-native-mathjax-html-to-svg
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-native-mathjax-html-to-svg",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)",
"repository": {
"type": "git",
0 commit comments