React Native
Embedding TutAR 3D viewer in a React Native app
Last updated
Embedding TutAR 3D viewer in a React Native app
Last updated
This guide expects a basic
Get a Connect3D Vendor Account from TutAR by sending a mail at <email@tutar.app>.
Generate an API key from the
The 3D viewer can be embedded into a React native app using a web view, here we are using as an example but it can be replaced with any web view library of your choice.
In order to enable the AR functionality, Make sure to take camera permission from the user.
Render the webview component here all the below props are recommended but the mediaCapturePermissionGrantType &
allowsInlineMediaPlayback is required for using the AR functionality.
Here we use to request camera access.