MorvanL
MorvanL
Black and white photos for us on huawei P20 and huawei P20 Pro. Seems to be with back wide-angle camera
Hello ! I have a similar error with folly and I think that is the same : `node_modules/react-native/ReactCommon/cxxreact/CxxModule.h:15:10: fatal error: 'folly/dynamic.h' file not found` I needed to disable FrameProcessors to...
@formifan2002 I did some tests: If I only run `gradlew assembleRelease` it works. When I run `gradlew clean assembleRelease` I have : success, failed, success, failed, .... But if I...
I think we can work around but there must be a problem in the build process
Sorry for spam. When it fails I don't have the lib folly in the `react-native-vision-camera/android/build/third-party-ndk` folder I have only `hermes` and `jsc` folder.
Hi, sorry @ApWin77 I just saw your message. Until now we didn't need the frame processor so we disabled them. But now we need them for our barcode scanner and...
Oh my bad, seems working with `gradlew clean` before `gradlew assembleRelease` (and not `gradlew clean assembleRelease` together). But I have to test with our CI and for the moment I...
it's a workaround but I confirm that it works