June 2016
Intermediate to advanced
910 pages
18h 59m
English
Now that we know how to style a React Native application, let's figure out how to actually make it do something. In this chapter, we'll start saving notes to the device, populate a list with the notes we've saved, and select notes from the list to view and edit.
In this chapter, we will cover the following topics:
ListView to display rows of dataAsyncStorage to store data on both iOS and Android devicesOur strategy in this chapter is to first build the basic functionality using dummy data so we can learn some fundamental skills before we learn about saving and loading the data with the AsyncStorage API. By the end of the chapter, ...
Read now
Unlock full access