Open
Description
How were you trying to build the app?
I am currently trying this patch if anyone has found a work around or if i succeed i will update here.
See the patch link:https://drive.google.com/file/d/1ZhOH-ckXBmXr64cW8H52JTmJ21vt9Aq_/view?usp=sharing
Full build logs
The build failed while trying to build the vision camera lib. The log showed it was unable to find the worklet core but they were in the header.
Project dependencies
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@notifee/react-native": "^9.1.8",
"@nozbe/watermelondb": "^0.28.0",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/native": "^7.1.6",
"@react-navigation/native-stack": "^7.3.10",
"class-variance-authority": "^0.7.1",
"d3-scale": "^4.0.2",
"date-fns": "^4.1.0",
"formik": "^2.4.6",
"input-otp": "^1.4.2",
"moti": "^0.30.0",
"react": "19.0.0",
"react-day-picker": "^9.6.7",
"react-hook-form": "^7.56.1",
"react-native": "0.79.1",
"react-native-background-actions": "^4.0.1",
"react-native-date-picker": "^5.0.12",
"react-native-gesture-handler": "^2.25.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-notification-listener": "^5.0.2",
"react-native-paper": "^5.13.5",
"react-native-paper-dates": "^0.22.40",
"react-native-reanimated": "^3.17.5",
"react-native-rename": "^3.2.16",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "^4.10.0",
"react-native-svg": "^15.11.2",
"react-native-ui-lib": "^7.41.0",
"react-native-vector-icons": "^10.2.0",
"react-native-vision-camera": "^4.6.4",
"react-native-worklets-core": "^1.5.0",
"twrnc": "^4.6.1",
"vaul": "^1.1.2",
"yup": "^1.6.1",
"zod": "^3.24.3",
"zustand": "^4.5.6"
},
VisionCamera Version
4.6.4
Target platforms
Android
Operating system
Windows
Can you build the VisionCamera Example app?
I didn't try (
Additional information
- I am using Expo
- I have enabled Frame Processors (react-native-worklets-core)
- I have read the Troubleshooting Guide
- I agree to follow this project's Code of Conduct
- I searched for similar issues in this repository and found none.