luicfrr / react-native-vision-camera-face-detector

Vision Camera Frame Processor Plugin to detect faces using MLKit Face Detector
https://www.npmjs.com/package/react-native-vision-camera-face-detector
MIT License
75 stars 16 forks source link

[BUG 🐛] IOS not working #66

Closed w3Enzo closed 1 month ago

w3Enzo commented 1 month ago

I'm developing an ios using react-native and the app turns off when I turn on face-detector in the ios after applying the example code

"react-native": "0.73.5" "react-native-vision-camera": "~4.0.5" "react-native-vision-camera-face-detector": "^1.6.3" "react-native-worklets-core": "^1.3.3" "react-native-reanimated": "3.8.0"

IOS version 14.0

help me


I checked the error in xcode and it is a memory issue

luicfrr commented 1 month ago

without logs nor minimum example code I can't help you.

w3Enzo commented 1 month ago

Running face-detector in an ios environment turns off the app and won't be able to upload logs. The code used the example code on the git page