react-native-latex

0.5.0 • Public • Published

React Native Latex

Build Status

This module includes a component to render LateX formulas in React Native App. This is based on the API to http://sciencesoft.at/

Installation


$ npm install --save react-native-latex

The solution is implemented in JavaScript so no native module linking is required.

Usage


import Latex from 'react-native-latex';

<Latex style={{
  width: '100%',
  height: 100
}}>
  {"\\frac{1}{2\\pi}\\int_{-\\infty}^{\\infty}e^{-\\frac{x^2}{2}}dx"}
</Latex>

Readme

Keywords

Package Sidebar

Install

npm i react-native-latex

Weekly Downloads

4

Version

0.5.0

License

MIT

Unpacked Size

3.56 kB

Total Files

4

Last publish

Collaborators

  • nahrae