Reat Expo Image Picker

How to get the response object properties like URL of the image which i recently uploaded to the firebase using react expo image picker

Hey @muhammedjasim,

The ImagePicker module will only be able to give you the local URI of the image on the device. To get the URL from your online storage, you’ll need to look at the response returned from your fetch request and save that somewhere if need be.

Cheers,
Adam

Thanks for the reply.

1 Like

Happy to help.