Ilia

Results 40 comments of Ilia

> You can choose a custom `format`, this will also affect the CodeScanner. If your `format` has a very low video resolution, so will the codescanner. If it has a...

I also cannot reproduce this issue but my users get it. `RNVC v3.6.11` HONOR HWYAL (HONOR 20 PRO), Android 10

hey! for me https://github.com/mrousavy/react-native-vision-camera/pull/2586 did not resolve the issue. Xiaomi Redmi 9T

@mrousavy i set branch as a package ```json "react-native-vision-camera": "https://gitpkg.now.sh/mrousavy/react-native-vision-camera/package?fix/precapture-timeout" ``` then i simply use camera in my app (scan barcodes, open and close modals) and crash happens here is...

Hey! In case you still need logs. I focused and then tried to leave the screen a few seconds later. Samsung S9 Android 10 ```log 02-20 18:36:14.884 8666 8741 I...

@vishpatil1999 this comment may help you https://github.com/mrousavy/react-native-vision-camera/issues/2577#issuecomment-1952390114

For me the reason was an import as @rutgervanwilligen mentioned https://github.com/software-mansion/react-native-reanimated/issues/5659#issuecomment-2017927599 `import java.util.List;` It was removed in version 0.73 [0.72](https://react-native-community.github.io/upgrade-helper/?from=0.72.12&to=0.73.6#RnDiffApp-android-app-src-main-java-com-rndiffapp-MainApplication.java-deleted) - still has this List import [0.73](https://react-native-community.github.io/upgrade-helper/?from=0.72.12&to=0.73.6#-dev-null-RnDiffApp-android-app-src-main-java-com-rndiffapp-MainApplication.kt) - no List...

I also need this feature, it would be great if someone release it

does anyone get an npm error once i set `"github:rodgomesc/react-native-vision-camera#cad3699"`? ``` npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /Users/user/.npm/_cacache/tmp/git-cloneOHBQrz/package.json npm ERR! errno -2 npm ERR! enoent...

> @iliapnmrv Use gitpkg `"react-native-vision-camera": "https://gitpkg.now.sh/rodgomesc/react-native-vision-camera/package?cad3699"` it works, thanks a lot❤️