react-native-mlkit icon indicating copy to clipboard operation
react-native-mlkit copied to clipboard

The definitive MLKit wrapper for React Native and Expo

Results 31 react-native-mlkit issues
Sort by recently updated
recently updated
newest added

Hi there, I've been trying to get the _**_ML_KIT Object Detection_**_ to work in my Expo project, however I'm facing an issue. ## Issue: I get the following error: **`Error:...

bug

This PR uses face-detection module to showcase how we can handle Web by ignoring the module and throwing an error when trying to use hooks.

Changed the **`RNMLKitDetectedObject`** to **`RNMLKitObjectDetectionObject`** **type** in the documentation as the former was no longer in the library, basically got updated to the new latter.

Hi I am trying to integrate this library with an expo app, and when i run the app in expo-go i am getting `Cannot find native module 'RNMLKitObjectDetection'`. I am...

Hi there, So I have been using this library for Android with no issues, it detects face with ease, however, on iOS device, the `faces` property is just an empty...

bug

Is there a way to load, classify images without using providers. Use case : 1. Image processing in background task. Where i need to loadModel, classifyImage instead of Provider and...

enhancement