Jessie Black

Results 6 comments of Jessie Black

Same issue with the following: "react-native-vision-camera": "^3.8.2" "react-native-reanimated": "^3.6.1"

@Robogram I actually got this to work today: "react-native": "0.73.2", "react-native-reanimated": "^3.5.4", "react-native-vision-camera": "^2.16.1", "react-native-worklets-core": "^0.2.4", "vision-camera-face-detector": "^0.1.8" **Import the following:** `import {scanFaces} from 'vision-camera-face-detector';` **Inside your component:** ``` const...

I was able to get it working. "react-native-vision-camera": "^2.16.1", "react-native-worklets-core": "^0.2.4", "vision-camera-face-detector": "^0.1.8" **Import the following:** `import {scanFaces} from 'vision-camera-face-detector';` **Inside your component:** ``` const [faces, setFaces] = useState(null); const...

You should be more specific in your answer. Your problem is unclear.

I copied the demo that is available. There is no code to show because that would be irrelevant. The spinner is working just fine, but when I add another view...