mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-19 21:18:35 -04:00
* Use different plugin branch * Predict taxa for local image url in suggestions screen WIP: This is working on iOS. On Android there is a crash. The pexample app in the plugin repository works on Android, so I assume the crash is happening because of some things here. Maybe the wrong url is passed in. Anyway, I am only adding prediction for the local image and haven't wired up the results to state or UI. * Use latest plugin commit * Refactor cv model version to be imported from helper * Refactor image prediction function call into helper module * Mock for new vision plugin function