Link to the repository
[Only for premium members]
[Only for premium members]
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:

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