I am using 'react-native-mathjax' for rendering math equations. When I add double \ in place of single \ and four \ in place of double \ in the equation, it renders the equation. how this problem can be solved?
import React, { Component } from 'react';
import { View, Text } from 'react-native';
import MathJax from 'react-native-mathjax';
I am using 'react-native-mathjax' for rendering math equations. When I add double \ in place of single \ and four \ in place of double \ in the equation, it renders the equation. how this problem can be solved?
import React, { Component } from 'react'; import { View, Text } from 'react-native'; import MathJax from 'react-native-mathjax';