Closed samsonroyquickplay closed 10 months ago
@mrousavy Can you take a look at this ?
Also experiencing this on with:
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-vision-camera": "3.6.17",
"react-native-worklets-core": "0.2.4",
ext {
buildToolsVersion = "33.0.0"
minSdkVersion = 26
compileSdkVersion = 33
targetSdkVersion = 33
kotlinVersion = "1.8.20"
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620"
}
This fixed the problem:
https://github.com/mrousavy/react-native-vision-camera/issues/2290#issuecomment-1856263064
./android/gradlew clean
rm -rf android/.gradle android/.idea android/app/build android/build
rm -rf package-lock.json yarn.lock node_modules
yarn # or `npm i`
"dependencies": { "react-native": "0.73.1", "react-native-reanimated": "3.6.1", "react-native-vision-camera": "3.6.16", "react-native-worklets-core": "^0.2.4", }
Downgrading from 3.6.17 to 3.6.16 fixed the above issue
How were you trying to build the app?
I tried to run the app using yarn react-native run-android and the build failed
Full build logs
Project dependencies
VisionCamera Version
3.6.17
Target platforms
Android
Operating system
MacOS
Can you build the VisionCamera Example app?
No, I cannot build the Example app either
Additional information