0.9.9 • Published 4 years ago

react-native-mathjax-svg v0.9.9

Weekly downloads
53
License
MIT
Repository
github
Last release
4 years ago

React Native component to display Latex using MathJax without WebView

Installation

$ yarn add react-native-mathjax-svg react-native-svg

Usage

import MathJax from 'react-native-mathjax-svg';

...

<MathJax
  fontSize={16}
  color={'red'}
  >
  4sen(α)cos^2(α/2)
</MathJax>
Props nameDefault valueDescription
fontSize16Size of font to display formula
color'black'Color of formula to display

Example

https://github.com/railsjack/demo-app-for-mathjax

0.9.9

4 years ago

0.9.8

4 years ago

0.9.7

5 years ago

0.9.4

5 years ago

0.9.3

5 years ago

0.9.6

5 years ago

0.9.5

5 years ago

0.9.2

5 years ago

0.9.0

5 years ago

0.9.1

5 years ago

0.4.1

5 years ago

0.3.1

5 years ago

0.2.1

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago