I have an API call for a nutrition app that returns an object with all the food and nutrients that a person should eat with their respective quantities.
The API call is working fine, but I can't get the ListView component to display the quantities.
I want to list all food and their quantities on one listview and all the nutrients and their quantities on another listview. Can anyone help me?