React Native upload image with axios and expo image picker
i'm trying to upload a image with expo image picker and axios. It's my code: // Select image from Library <--comment const selectImage = async () => { // Get iamge try { // Check has library permission <--comment const…