DEV Community

Chintan Saraviya
Chintan Saraviya

Posted on

How to get the original image URI from the phone's image gallery?

I want to get the original image URI from the phone's image gallery, I have tried using react-native-image-picker, expo-image-picker, but these libraries return a cached image rather than the original one. How do I get the original image?

Top comments (0)