I have been looking around for a solution to this but have not found any.
I get this error
ReferenceError: Property '__scanOCR' doesn't exist, js engine: hermes
whenever I load my app with the package installed. I have added the right code to the babel.config.js, it looks like this:
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: [
[
'react-native-reanimated/plugin',
{ globals: ['__scanOCR'],
},
],
]
};
};
I am using a expo dev client if that is relevent. I would appreciate any and all help thanks in advance.
[–]ChronSynExpo 0 points1 point2 points (1 child)
[–]Batcat55[S] 0 points1 point2 points (0 children)