Wednesday, October 24, 2018

FlatList React Native

Here, I am going to explain how we can create a simple list using react-native so that it will work in both IOS and Android application. I have already given a basic introduction about react-native, those who want to check can click here. In this article, I will be explaining how to fetch data from API and show the results in a List(RecyclerView in Android, UITableView in IOS). Please go through the introduction article for the initial setups.

source https://www.c-sharpcorner.com/article/flatlist-reat-native/

No comments:

Post a Comment