How should I upload my pictures to laravel server using fetch method in react native?
I am using react-native-image-picker
in my react native project and follow that package https://aboutreact.com/example-of-image-picker-in-react-native/
and my response is like that
base64 -> undefined
LOG uri -> file:///data/user/0/proj_name/cache/rn_image_picker_lib_temp_e100eb14-7efc-4aee-aea9-dc9d05a61b51.jpg
LOG width -> 300
LOG height -> 400
LOG fileSize -> 13813
LOG type -> image/jpeg
LOG fileName -> rn_image_picker_lib_temp_e100eb14-7efc-4aee-aea9-dc9d05a61b51.jpg
How I should upload that picture to my laravel back end with fetch method