Relative Content

Tag Archive for react-nativeexpoexpo-image-picker

Expo ImagePicker.launchImageLibraryAsync: Show Selected Images in Gallery

I’m building a React Native app with Expo Managed Workflow, and I want to let users pick images from their gallery. With restricted access, users only grant access to the images they select. The thing is, when they go back to pick more images using ImagePicker.launchImageLibraryAsync, I want it to show the ones they’ve already given access to. Anyone know how to make that happen with Expo ImagePicker.launchImageLibraryAsync?

expo-image-picker crashing, no errors thrown

I added an expo-image-picker to my app, all the guides have been followed, the console is showing me no errors and functionality is almost all the time failing.
The gallery is opening I press the “Choose” button and no image is selected. When I reload the app maybe 1 of 3 tries is working and my image is picked, other times nothing is happening.
I’m using "expo-image-picker": "~14.7.1" and "expo": "~50.0.19"
My usage: