new Cards(props)
Component that displays a dish card for each dish in the database
Parameters:
Name | Type | Description |
---|---|---|
props |
CardsProps |
- Source:
Type Definitions
CardsProps
Properties:
Name | Type | Description |
---|---|---|
navigation |
Object |
Stack Navigation object |
dishes |
Array.<Dish> |
Array of all dishes in the database |
- Source: