So the question I have is about the augmented reality in react native. I know there is ARKit (IOS only) and ARCore (Android only). It also has the expo AR library (which is what I use in the service). But none of them found anything about using Marker / Image based to scan the image and present an object. I was able to find these features on AR.JS, but it's only for the internet.
Here comes the question: Is there any way for webView to access a page made with AR.JS? I tried but even enabling the camera the page does not load, either iOS or android.
Example on Git: https://github.com/iondrimba/augmented-reality
It has the link to test AR.js or use in webview for those who can.
If not, do you have a library that enables AR Marker in react native?
I'm new to mobile development, but I was interested to know about AR, if they can help thank you very much !!