Creating the list. For the list, we are using react native flatlist which is a component that is optimized to render list item. For the renderRow method in the flatList, we will use card class that we created earlier. We should now have a list of card rendered in our react native app albeit pretty static.