'How to load all local image and video in react-native app

I'm working with image and videos in react native, i know we can use lib like react-native-image-picker or react-native-image-crop to do that, but if i only want to load all the images, and show them in a custom list , like image below: enter image description here

Can i do that with react-native?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source