Displaying lists of data efficiently is an important aspect of native applications. React Native provides the ListView component to accomplish this. We will use the ListView component to display our application's notes that we persisted in Firebase.
You might want to give a notice that ListView is deprecated as of 0.49 https://facebook.github.io/react-native/docs/listview.html