You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 being packaged by metro running locally, and it works on all Android builds). The crash is happening on every launch.
We are using react-native-mlkit-object-detection 2.0.1 on expo 51. The code is set up following instructions here and the model is this one
The crash occurs when useObjectDetectionModels is called
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 being packaged by metro running locally, and it works on all Android builds). The crash is happening on every launch.
We are using react-native-mlkit-object-detection 2.0.1 on expo 51. The code is set up following instructions here and the model is this one
The crash occurs when
useObjectDetectionModels
is callediOS console logs:
Any help appreciated!
The text was updated successfully, but these errors were encountered: