-
-
Notifications
You must be signed in to change notification settings - Fork 25
how to contribute/help #30
Comments
Hi, RoadmapMy goal for this library is to support both rendering and editing of math. Rendering is supported but editing is not. There are 2 ways to go about this:
Unfortunately there isn't sufficient documentation to determine the best approach. I tend to the first. Look here https://github.com/ShaMan123/react-native-math-view#followup for ideas and research. |
Thank you for the follow up. Then get the resulting HTML and display it via RN's View. Would that be a plausible path? |
Sorry for the delay.. |
With regards to: "> Parsing to html will require parsing/rendering from html, which is undesirable. MathJax handles parsing by it's self." Right, my thought (and that was perhaps wrong), that if it is possible to parse to HTML direct, then the result it can be rendered by React-native components. I might have been thinking wrong direction here, so not insisting. |
The main motivation of this library is to handle math expressions WITHOUT a |
react-native-markdown-display does not use webview. I am certain. https://github.com/iamacup/react-native-markdown-display/blob/master/src/lib/renderRules.js I should not have brought up react-native-render-html. Sorry for getting you to look at something non workeable. I thought I looked at its package.json .. but missed the With regards to latex to html parsing But again, it seems like what I was thinking is not the direction that would not be solving any problems. I think translating that from ocaml to js (using bucklescript) , or figuring if it can be compiled into a native library is problematic too. |
updated second comment |
Hello,
your project is the only one that attempts to render math without WebView.
So this is pretty unique and significant.
I would like to contribute (I can do react-native-android or react-native-web).
Do you think you could write up a couple of issues with 'help needed' tag so that myself and, I hope, others, can contribute?
The text was updated successfully, but these errors were encountered: