Khan/react-components

TeX support for react native

Closed this issue · 3 comments

Is it possible to use TeX component in react native. TeX requires react dom and I guess react native does not support dom

@karan101292 it's not possible to use the TeX component with React Native for that exact reason, there's no DOM.

That being said, there may be some way to use this component inside a React Native WebView.

Okay thanks