Gotcha! I started building the cart as it’s own screen. The issue I ran into is rebuilding it over and over again if I want to direct the user to the cart from different screens throughout the app. Or worse, if I need to make changes to the checkout screen.
For instance, with the great feedback I’ve received so far, I’ve only had to make an update in one place and it updates because the cart is its own row and acts as a detail screen. Big props to @Jeff_Hager for the hack.
I’ll think about adding this if it makes sense and it isn’t a pain to build.
Thanks for the idea!