Is there a way to connect the react-native-app to flask?
I have a react-native app where I scan the qr code using expo and takes images from my mobile phone, this image is rendered in the app and send it to a flask endpoint, the data is sent but gives an error in the return of the backend function.
React-native: