react-three-renderer
react-three-renderer copied to clipboard
Is it possible to implement to React Native?
I didn't use it yet, but ultimately I want my three.js module to be used on React Native? I saw that you made it for the purpose of React Native usage. I'm just wondering if it is already established or developing status. Thanks.
Hi @lepus2
Before this project can be used for react native, WebGL and threeJS may need to be implemented for react native. I am sure some people are working on WebGL for RN, because WebGL should be very similar to GLES. There needs to be some investigation, but it's a very good idea!
There are also other technical details such as using more from react native base and less from react web base, I think at the moment it may not really be compatible.
I will investigate and add notes in this page :)
Thank you very much for your reply. It would be better to let me know bout using more from react native base. I'm very new at react-native and three.js so forgive me :(
Hi, any news about this? :)
You can use Expo.