Download and install expo xde
In a terminal, execute
yarn
In a terminal, execute
yarn build
Launch Expo XDE and open the app.
- Fix the errors.
- Make sure trucks can be filtered using the top right button on the list.
- Toggle the active property of a truck when you click on it
- Fix the implementation of the counter widget to make it reusable.
- Add two new widgets in the footer, one with the number of active trucks and one for the number of inactive trucks.
- Make sure the input field is visible and editable
- The add button needs to create a new truck and add it to the list.
- Add a button to go back from the form to the list screen.
- Implement a way to delete the trucks
- Toggle the filters using the counter widgets
- Change the color of the counter widgets according to the filters
- In the form, add a toggle in the form to determine wheter a new trucks is active or not