Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

14 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages