react-native-mathjax-svg
TypeScript icon, indicating that this package has built-in type declarations

0.9.9 • Public • Published

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 name Default value Description
fontSize 16 Size of font to display formula
color 'black' Color of formula to display

Example

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

Package Sidebar

Install

npm i react-native-mathjax-svg

Weekly Downloads

215

Version

0.9.9

License

MIT

Unpacked Size

5.16 MB

Total Files

1250

Last publish

Collaborators

  • nahrae