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:
What Would Be The Best Way To Add The “Pick Image” Button To Expo Image Picker Flatlist?
I’ve been working on a multiple image picker using Expo Image Picker and finally got most of it right, but I can’t figure out the best way to add the button that lets the user pick an image from their media library
Error: Cannot find native module ‘ExponentImagePicker’, js engine: hermes
Trying to integrate “expo-image-picker” to a bare Expo project.