I'm creating a mathematical test application with react native. The only result I find after searching on google is this library: Katex for React Native. But it not working. There are some suggestions that I should use webview to display latex but specific how do they do not say. I have used Mathjax but its performance is too slow when I need to display questions and 4 multiple choice answers. This is also the reason I want to switch to Katex, but have not found a way. Can someone please give me a simple example of katex on react native.
Comments
Post a Comment