-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Property '__scanFaces' does not exist #43
Comments
I have the same problem "vision-camera-face-detector": "^0.1.8", my babel.config const path = require('path'); module.exports = { my frame processor const frameProcessor = useFrameProcessor((frame) => { |
try this : |
module.exports = { paste this in your babel.config.js file |
I got this "'hermes/inspector/chrome/Registration.h' file not found" |
Same issue with the following: "react-native-vision-camera": "^3.8.2" |
|
@Robogram I actually got this to work today:
Import the following: Inside your component:
Hope this helps |
@jessiemichelleblack No, still doesn't work:(. Can I see your repository if you don't mind? |
@Robogram Make sure you run |
I did "npx pod-install" or do I actually have to cd in ios and 'pod install' also? |
No description provided.
The text was updated successfully, but these errors were encountered: