Open mxmzb opened 2 years ago
@mxmzb Have you found a way to solve this problem ? I'm having the same issue.
I was able to fix this by adding the following lines to babel.config.js
plugins: [
[
'react-native-reanimated/plugin',
{
globals: ['__scanFaces'],
},
],
],
restart metro-bundler, if it doesn't work run yarn start --reset-cache
@Rikirhenaldi no, sorry
I was able to fix this by adding the following lines to
babel.config.js
plugins: [ [ 'react-native-reanimated/plugin', { globals: ['__scanFaces'], }, ], ],
restart metro-bundler, if it doesn't work run
yarn start --reset-cache
doesn't work for me
@Rikirhenaldi no, sorry
I was able to fix this by adding the following lines to
babel.config.js
plugins: [ [ 'react-native-reanimated/plugin', { globals: ['__scanFaces'], }, ], ],
restart metro-bundler, if it doesn't work run
yarn start --reset-cache
doesn't work for me
same for me
can you try adding setFaces to the array in your frame processor and see if that works
i'm getting this - any idea how to debug this best (or maybe it's a library bug)?
fresh app, these are my deps:
my code: