Summary
In this chapter, we have created a complete note-taking application. You have learned how to use the ListView
to display data, pass data into components using props, keep track of a component's state, and save data to the device using AsyncStorage. Moreover, you have done did all of this without writing any platform-specific
code!