Lager - v5.2.0
    Preparing search index...
    • ProductList component.

      This component displays a list of products fetched from an API. It utilizes the useFocusEffect hook to reload products when the component is focused. Products are displayed using a FlatList component from react-native. Each product item is rendered as a Pressable component, which navigates to a product specification view on press.

      The component also handles loading states and displays a LoadingIndicator component while products are being fetched.

      Parameters

      • props: {}
      • OptionaldeprecatedLegacyContext: any

      Returns ReactNode

      The rendered ProductList component.