79543962

Date: 2025-03-29 22:21:02
Score: 1
Natty:
Report link

 import FaceDetection from '@react-native-ml-kit/face-detection'

  const result = await FaceDetection.detectFromFile(imageUri, {
     performanceMode: 'fast',
     landmarkMode: 'none',
     classificationMode: 'none',
  });

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Oluwagbemiga Akindeju