As the title states, I am wondering how to open the Android image gallery directly from my app. Every single package that is out there, including react-native-image-picker
, react-native-image-crop-picker
, and yes, even Expo's expo-image-picker
all open the "Recents" area!
Opening the gallery MUST be possible, since apps like Whatsapp, Tinder, Facebook, etc. all have this functionality when choosing pictures.
Such a simple functionality - and yet after a month of on and off search I have come up with no solution. Can anybody provide me with a way to do this? Or guide me in the correct direction? At this point I am prepared to write native Android code or custom React Native to get this to work.