I am using the React Native Image Picker component to capture images in my application. Before showing the image, I want to analyze it using the Google Cloud Vision Text Detection API. I searched for components in React Native, but no result. Does anyone know if there is something around, or if it can be done in React Native?
source share