shijingsh / react-native-customized-image-picker

iOS/Android image picker with support for camera, video compression, multiple images and cropping
245 stars 59 forks source link

How can I obtain image file type & file name from response? #99

Closed syuhadazulkifli closed 3 years ago

syuhadazulkifli commented 3 years ago

Hi. I want to know how did you get image file type & file name from the response? I want to know whether the selected image is PNG or JPEG or JPG from the response and also its file name.

Also, what is mediaType: 1 meant for?

Thanks