Hemant Konda
Hemant Konda
Try this ./gradlew clean && rm -rf .gradle command to work always rather than only ./gradlew clean it works for me.
@MaratowKyryl Try this cd android -> ./gradlew clean && rm -rf .gradle It will help you.
@MaratowKyryl did you add ?? module.exports = { presets: ['module:@react-native/babel-preset'], plugins: [ ["react-native-worklets-core/plugin"], // ["react-native-reanimated/plugin", { processNestedWorklets: true, globals: ['__labelImage'], }] ] }; this plugin into babel.config.js
> > > If I do `VisionCamera_enableFrameProcessors=false` it works but I need frame processor since we need ocr. Can anyone suggest any other alternative to make it work? > >...