react-three-renderer icon indicating copy to clipboard operation
react-three-renderer copied to clipboard

Is it possible to implement to React Native?

Open lepus2 opened this issue 9 years ago • 4 comments

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.

lepus2 avatar Mar 18 '16 01:03 lepus2

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 :)

toxicFork avatar Mar 18 '16 09:03 toxicFork

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 :(

lepus2 avatar Mar 18 '16 18:03 lepus2

Hi, any news about this? :)

pewh avatar Sep 09 '16 03:09 pewh

You can use Expo.

edgarberm avatar Aug 04 '17 09:08 edgarberm