Şahin BOĞA
Şahin BOĞA
Similar issue. Are you solved?
**Worked** **for** **me:** android/build.gradle ``` buildscript { ext { ... VisionCameraCodeScanner_targetSdkVersion = 31 //add VisionCameraCodeScanner_compileSdkVersion = 31 //add } ... } ``` **Then get build in offline mode**
> Hey, I noticed you’re applying the same rectGesture to all the Touchable.Rect components. You should probably create a separate gesture handler for each one. > > Please let me...
I think it was a temporary issue, when I tried it a few hours later I was able to get the correct build.
Hi, adding the following to android/app/build.gradle solved the problem. ``` // Get Node.js path from nvm def getNodePath() { try { def nvmrcFile = new File(projectDir, "../../.nvmrc") if (nvmrcFile.exists()) {...