Let's move on from authentication into the categories list. Our main goal here is to create a simple fixed list of categories and get familiar with the components:

Creating a Simple List
In React Native, you don't create the list with typical html elements like <ul> and <li>. Instead, you use...