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

Reproduce: 1. `npx ignite-cli@latest new pizza-app` (Select most settings default, no git repo, **enable new architecture**) 2. `cd pizza-app` 3. `yarn android` This far is fine. 4. `yarn expo install...

needs reproduction

Log ``` * Where: Script '/node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle' line: 40 * What went wrong: A problem occurred evaluating project ':infinitered-react-native-mlkit-core'. > Failed to apply plugin class 'KotlinExpoModulesCorePlugin'. > Could not find method...

I'm trying to use @infinitered/react-native-mlkit-document-scanner in a React Native CLI project, but I encountered a build error related to expo-modules-core. Error: Unable to resolve module expo-modules-core from /node_modules/@infinitered/react-native-mlkit-document-scanner/build/index.js: expo-modules-core could...

Hi! I'd like to use the text detection feature from mlkit in my expo app. How hard is it to insert this module?

I have been using React-Native-Vision-Camera + react-native-fast-tflite. Unfortunately, I need to investigate an alternate solution to passing images to the model. This happens seamlessly with RNFastTFLite. I noticed with this...

enhancement

We are getting a crash using a custom object detection model on iOS, that only occurs in an expo preview/production build (i.e. it is working well when the model is...

**Background** We have an Expo 50 React Native app written in Typescript that makes use of our backend API for object detection in images captured by our users. We wanted...

Currently the docs cover how to add a package to the repo locally, but we should include a step about getting the first version published. Who has the required perms...

documentation

We should lay out some more specific steps about which documentation to update, where, and how in our contributing docs + maybe PR template. Even better: can we automate that?

documentation

Rn: 0.79.5 Expo: 53 my app keeps on rerendering ```ts const MODELS: ObjectDetectionConfig = { selfieDetector: { model: require("../assets/models/selfie_multiclass_256x256.tflite"), }, }; export default function RootLayout() { // Load the models...

needs reproduction