A pressable component representing an individual order item.
This function component takes an order item and renders it within a Pressable
component to make it interactive. The Pressable component changes its background color
based on the press state to provide visual feedback to the user. Upon pressing, it
navigates to the 'Orderhanterare' screen with the pressed order item as a parameter.
renderItem
Renders an individual order item as a pressable component.