I am trying to search by image using clarifai api, and I am using react native. The python code to search by image is app.inputs.search_by_image(filename=''), but how would I make a function to do that command in react native? I am trying to replicate the tutorial on this website in react native: https://www.clarifai.com/blog/search-images-by-visual-similarity-with-the-clarifai-api
Thank you.