Khan / react-components

khan.github.io/react-components/
MIT License
1.01k stars 99 forks source link

TeX support for react native #64

Closed karan101292 closed 7 years ago

karan101292 commented 7 years ago

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

kevinbarabash commented 7 years ago

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

kevinbarabash commented 7 years ago

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

karan101292 commented 7 years ago

Okay thanks