React native example #526
Replies: 4 comments 4 replies
-
click receipes.md on the github repo, it shows you how to do it. all these examples you saw can run natively (openGLES) on IOS and Android via react-native. |
Beta Was this translation helpful? Give feedback.
-
Have you had a more simple example working? Or this was the first one that failed? I would scale it back to an even more simple demo. I believe the normal orbit-controls would not work on React Native so you might need to swap it with this one perhaps... https://github.com/EvanBacon/expo-three-orbit-controls |
Beta Was this translation helpful? Give feedback.
-
I would try the on on the readme.md |
Beta Was this translation helpful? Give feedback.
-
Are there any tutorial or guides that are geared specifically for react native that you guys have? I have been able to create a simple sphere, but I don't think I have a firm grasp on anything else such as dynamically adding spheres to the scene with a push of a button. It would be really helpful if there were more guides geared towards react native |
Beta Was this translation helpful? Give feedback.
-
Hi everyone!! I'm really new to react native and have been looking for different ways I could incorporate 3d shapes into my react native app. I stumbled upon this package and thought that this was a viable option. Most of the example code that I saw seemed to all be for browsers, and I couldn't find any for a react native app. Can someone show an example of how to use this package in the scope of react native?
Beta Was this translation helpful? Give feedback.
All reactions