Reputation: 81
It is a question to professional developers at react-native. My react-native application needs augmented reality in it to develop complex games. I tried using viro-react
, if you know this package. Developers of viro-react
gave up on the package:
Are here people who is successfully using AR in their apps? Can you please tell me how you are doing it (different package or native components)? If it is native components, can you please tell me in a nut shell how to use native components with AR? Thank you
Upvotes: 0
Views: 2724
Reputation: 381
Viro is actually a company that no longer exists, so don't hold your breath waiting for them. You can try using this example that works on both Android and iOS if you really want to use viro. From my experience, there is no great solution to building AR apps in react native. You can also build the AR part of your app in Unity and import it into your app using this package.
Upvotes: 2