Vladislav P
Vladislav P
I do not think it is possible to get this component to work on react native. Please vote at https://react-native.canny.io/feature-requests/p/latex-or-mathml-rendering-in-reactnative to add the support for mathml to react-native, here.
@wisetc thank you, that works for me. it adds an extra section, so I have to add about 6 more sections, but this worked.
@junpingfu Unfortunately, I did not have time to work on this. I do not think it is solved yet, although I had not tested the master branch for about 6...
@nirenr do you think your fork could be merged into here?
ok. thank you. If you want me to port some existing block-box test cases that you find useful, or write some more. I can do that. Those being external (or...
May be name could be 'dividerHandle' as the handle applies to dividers. Example that I found with 'a [handle](https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/vsizegrip.png)' (may be not the prettiest one) is https://codepen.io/rstrahl/pen/eJZQej Also, since this...
Thank you for the follow up. I was thinking: if we take http://hevea.inria.fr/ make it usable as a package on mobile (either via reasonml or by figuring out how to...
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...
react-native-markdown-display **does not** use webview. I am certain. yes, it uses parser (and relies on markdown-it), then for each parsed section it basically implements a block using RN https://github.com/iamacup/react-native-markdown-display/blob/master/src/lib/renderRules.js I...
Thx for the suggestion. Unfortunately it did not work for me Error is: > Failed to build DependencyGraph: Naming collision detected: C:\node_modules\fbjs\flow\include\CSSCore.js collides with C:\node_modules\fbjs\lib\CSSCore.js > Error: Naming collision detected:...