I wanted to find a library that could support getting all the photos from the phone and displaying the list of captured images on a Flatlist, and I ran this project on Expo. How to do this?
I tried using the library
react-native-cameraroll but it seems when running on Expo it didn’t work, is there any other way to handle this?
2
Answers
you can use @react-native-camera-roll/camera-roll
use getPhotos method and it also supports pagination.
more details :- @react-native-camera-roll/camera-roll
You can use expo-image-picker
OR
Here is official Documentation Expo Image Picker