I\'m building a simple app in React Native that fetches listings from a remote JSON source and displays them on screen.
So far, using the excellent example here, I\
use FlatList instead of Listview in react-native. it has more value added feature and better performance. checkout the example here