Izzimach / react-three-legacy

React bindings to create and control a 3D scene using three.js
Other
1.52k stars 128 forks source link

[Question] React Native support? #106

Closed hkung77 closed 7 years ago

hkung77 commented 7 years ago

Would it be possible for this library to be used in react native?

Izzimach commented 7 years ago

Short answer : no

Long answer : you would have to re-write three.js to target native graphics instead of WebGL, which would be a lot of work.