You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will add a nested NavigationStack as the root of the ItemListView. It should have the standard navigation bar hidden, and our existing styled header used instead.
The path should use POSItem and navigationDestination to show an ItemList, which will either be the root, or a sublist of variations.
The back button will need to be custom, and should be chevron.backward SF symbol – not the Android style as in the designs.
Description
We will add a nested NavigationStack as the root of the
ItemListView
. It should have the standard navigation bar hidden, and our existing styled header used instead.The
path
should usePOSItem
andnavigationDestination
to show anItemList
, which will either be the root, or a sublist of variations.The back button will need to be custom, and should be
chevron.backward
SF symbol – not the Android style as in the designs.PointOfSaleProductService
toPointOfSaleItemService
The text was updated successfully, but these errors were encountered: