Illia Kiriliv
Illia Kiriliv
Does any solution for non-expo projects exist? VisionCamera_enableFrameProcessors=false in gradle.properties is the only way I can build android now.
@Hemantkonda nah, it still fails. I've tried deep cache clean also: ./gradlew --stop ; rm -rf ~/.gradle/caches ~/.gradle/transforms ~/.gradle/daemon app/.cxx ; ./gradlew clean --refresh-dependencies. No changes, the build fails with...
@Hemantkonda , yessir, in the first place
I came across several solutions, two of them are working fine for me. The first one is mentioned in comment above(https://github.com/mrousavy/react-native-vision-camera/issues/3551#issuecomment-3007880900) and the second one more stable is to upgrade...
Trying to update Android SDK to 34 without updating the react-native version, so I'm currently on rn: 0.67.5. Updating the version of SoLoader helped me, but in my case there...