ShaMan123 / react-native-math-view

Math view for react native! No WebView!
https://github.com/ShaMan123/react-native-math-view
MIT License
78 stars 24 forks source link

How to know if rendering is failed? #34

Closed uragirii closed 3 years ago

uragirii commented 3 years ago

Sometimes, when LaTeX is not correct I'm getting a black bar in place. I want to show an error message like Error loading LaTeX or something. Is there a prop for that?

Thank you for the awesome library btw.

ShaMan123 commented 3 years ago

Thanks for opening this issue. I've managed to work out a solution. You should upgrade the package to the latest version 3.5.0 You can pass a prop to the MathView called renderError. Let me know if it works as expected.