Taking photos and display it on a custom list react-native

I’m working on an app where the user will take photos(unlimited) using a floating button, the photos will be displayed in a custom list (like in recyclerview). The custom list will have each item composed of the image taken and an edit text to describe the image. I’m just starting with react-native. Is there a… Read More Taking photos and display it on a custom list react-native