We want to practice adding another CRUD to our application in this lesson. This time, it's the Transactions CRUD:
It has a few unique things about it:
- A Select picker - React native does not have selects by default, so we need a package
- A Date picker - Another package we will have to use
- Customized input - We will have a prefix icon next to our Amount input
This one is going to be a bit more complex...