Hello everyone!
I need to integrate a Unity Easy Ar application with a React-Native app.
Fortunatelly I found this plugin:
https://github.com/f111fei/react-native-unity-view
But everything that I did mades the screen black when execute on the React application, it's seems the EasyAR could not found the camera or initialize it.
If I buld a Unity APK works normal, but when build with the React, the camera doesn't works.
Any tip or advice?