Marcin Falkowski
Marcin Falkowski
Yeah, bro, something like this :D
`trustAllCerts={false} ` helps but in my opinion it isn't good resolve for our problem.
I'm not 100% sure how this would help because i found this resolve in closed issues. I use amazon url's so i can imagine that the certs aren't 100% correct...
1. Install patch-package and postinstall` npm install patch-package postinstall-postinstall` 2. Edit files for react-native-vision-camera in `node_modules `with this commit [6501b63#diff-265d108e616a25a6325b349a2b497d527a1cc2c4a972787cc5ed9c5cd5a91c6b](https://github.com/mrousavy/react-native-vision-camera/commit/6501b6398897031c211ef9e3fac1a207953e0a31#diff-265d108e616a25a6325b349a2b497d527a1cc2c4a972787cc5ed9c5cd5a91c6b) 3. Generate patch `npx patch-package react-native-vision-camera` You can also add...
@christian-hess-94 @vaibhavdhake123 Problems with CMakeDebug requires a few checks: 1. Are you sure that you use correct gradle version? 2. Which version Cmake you have? 3. Which Java version you...
To be honest, I had to disable new architecture for Android when I noticed similar issues with CMake/Codegen. That was only option to create build. _gradle.properties_ `newArchEnabled=false`
My stack: RN - 0.77, Java 17, Gradle 8.10.2, Kotlin: 1.9.24, Groovy: 3.0.22, React: 18.3.1, react-native-vision-camera: 4.6.3 node: v20.18.2 _gradle.properties_ ``` # Project-wide Gradle settings. # IDE (e.g. Android Studio)...
Try this: For newests RN versions: 1. Install patch-package and postinstall `npm install patch-package postinstall-postinstall` 2. Edit files for `react-native-vision-camera` in node_modules with this commit [6501b63#diff-265d108e616a25a6325b349a2b497d527a1cc2c4a972787cc5ed9c5cd5a91c6b](https://github.com/mrousavy/react-native-vision-camera/commit/6501b6398897031c211ef9e3fac1a207953e0a31#diff-265d108e616a25a6325b349a2b497d527a1cc2c4a972787cc5ed9c5cd5a91c6b) 3. Generate patch `npx...