Mauricio Pavan

Results 8 comments of Mauricio Pavan

@olivertylsar @mrousavy I'm having the same issue here. Specifying the format as a fix, worked well before upgrading RN version to 0.76 and react-native-vision-camera version. After the upgrade, my A23's...

Same issue here. It had been fixed with this line: `const selectedFormat = useCameraFormat(device, [{ videoResolution: { width: 640, height: 480 } }]);` After upfrading RN version to 0.76 and...

The bug started just after upgrading to RN 0.76.5

As a temporary solution, you can disable animationEnable prop

Facing same issue here after upgrading RN version to 0.75.3

Same problem here after upgrading to RN 0.76.5 and targetSdk 35. Version: 12.1.1. I also tried 12.1.0 with no luck

I was experiencing the same error and managed to fix it with the following FileProvider configuration: ### Add FileProvider Configuration **1. In `android/app/src/main/AndroidManifest.xml`, add this inside the `` tag:** ```xml...