Hello, I’m running a React Native project with portals, and it’s working great. Now, I’m facing the challenge of using a Capacitor plugin. I implemented the camera plugin, and it worked fine on iOS, but on Android, it requests permissions but doesn’t open the camera.
I’m using the latest versions. Has anyone encountered this issue and managed to solve it?
Thank you.