This component renders a tab view containing lists of orders categorized by their status
(New, Packed, Sent, Returns). It utilizes the React Native Tab View for navigation between
these lists. Each list can refresh to fetch the latest orders. Handles loading states and
displays a loading indicator accordingly.
OrderList component.
This component renders a tab view containing lists of orders categorized by their status (New, Packed, Sent, Returns). It utilizes the React Native Tab View for navigation between these lists. Each list can refresh to fetch the latest orders. Handles loading states and displays a loading indicator accordingly.