This module includes a component to render LateX formulas in React Native App.
This is based on the API to http://sciencesoft.at/
$ npm install --save react-native-latex
The solution is implemented in JavaScript so no native module linking is required.
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>