Alright, now the fun begins! In the previous two chapters, you got an introduction to React Native, and I surveyed what it has to offer. You even saw a first simple Hello World–type app. Now, with those preliminaries out of the way, it’s time to get to the meat of this book—writing some real apps, beginning with Restaurant Chooser.
Before I get too far, I want to note that the code in this book has been condensed for the printed page. Spacing has been altered, comments removed, and some reformatting of lines has been done, in the interest of saving space. Rest assured, however, that ...