Valentine Nuikin

Results 13 comments of Valentine Nuikin

repeats in 2.8.4 switched version back to 2.7.2

@minimalistech Looks like your import is not correct. Also check your version of react-native-orientation-locker. ScreenOrientation - is not at npm yet. I think, you need to use master branch, or...

Maybe it will save someone couple of minutes. Faced the similar traceback about Magic byte today. In my case: - message.value - was Avro-encoded - message.key - was just **plaintext**...

In my case, similar problem with decoding small `ean-13` barcode - was caused by black borders around barcode. Also to resolve `camera can't focus close enough` I'm using camera zoom...

looks like there is fix in this fork https://github.com/10levels/react-native-appmetrica/commit/0de3bc30c221eb0c1001946d3e5a7473e88caefc

Hello @olivertylsar, I have the same issue after update from `4.5.3` to `4.6.4` With `4.5.3` we used hardcoded `640x480` format for `A23` Did `photo={true}` helped for you without hardcoding `640x480`...

Hi @olivertylsar I got the list from this flutter app: https://github.com/digitalfabrik/entitlementcard/pull/1524/files I saw link to this PR mentioned in flutter camera lib issue discussion about A23. And I suspect it's...

Hi guys, Thanks for a great work on `react-native-vision-camera` I'm also experiencing same issue with `Samsung A23 5G` (`SM-A236B`) I haven't opened ticket yet, trying to dig for some details...

@MaksymKuzmych And here is a sample with debug output of frame to skia: https://gist.github.com/zwerg44/2284ce92160f7c93184f2b2b899b0da1 But on my phone and also my emulator: - resize plugin works correctly only in this...

Updated my gist sample with debug output to skia: - to not use `scale` (I think I understood scale param usage wrong) https://gist.github.com/zwerg44/2284ce92160f7c93184f2b2b899b0da1