Closed levantanphat9c closed 3 weeks ago
same here
react-native-worklets-core+1.3.3.patch
This patch works for me. You can give it a try
same problem here, but I am getting build.ninja error. Also stack navigation for screen issues in latest 0.76 native version.
Same problem here. I downgraded to React Native 0.74.5 to works.
same problem in react native 0.76.1, it's working in ios but not in android.
react-native-worklets-core+1.3.3.patch
This patch works for me. You can give it a try
how do you apply this patch
Same problem here. I downgraded to React Native 0.74.5 to works.
{ "name": "TestDetection", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest" }, "dependencies": { "react": "18.2.0", "react-native": "0.74.5", "react-native-reanimated": "^3.15.4", "react-native-vision-camera": "^4.5.2", "react-native-worklets-core": "^1.3.3" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/babel-preset": "0.74.87", "@react-native/eslint-config": "0.74.87", "@react-native/metro-config": "0.74.87", "@react-native/typescript-config": "0.74.87", "@types/react": "^18.2.6", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.6.3", "eslint": "^8.19.0", "jest": "^29.6.3", "prettier": "2.8.8", "react-test-renderer": "18.2.0", "typescript": "5.0.4" }, "engines": { "node": ">=18" } }
thanks this solved my problem by downgrade to 0.74.5
When i run build on React Native 0.76.0, i have a problem