Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

ERROR Frame Processor threw an error: Property '__scanOCR' doesn't exist #163

Open
eobruno opened this issue Oct 10, 2023 · 2 comments
Open

Comments

@eobruno
Copy link

eobruno commented Oct 10, 2023

image

module.exports = function (api) {
api.cache(true);
return {
presets: ["babel-preset-expo"],
plugins: [
["react-native-worklets-core/plugin"],
[
"react-native-reanimated/plugin",
{
globals: ["__scanOCR"],
},
],
],
};
};

How to fix that?????

@chinieer
Copy link

downgrade react-native-vision-camera v2.16.2 work fine

@eobruno
Copy link
Author

eobruno commented Oct 12, 2023

image

I did that, the error changed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants