Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1 KB

ListView.md

File metadata and controls

17 lines (10 loc) · 1 KB
sidebar_position
37

ListView

The ListView component is a Higher Order Component that uses Shopify's FlashList component to display a list unless the user's preferred language is RTL (right-to-left). This is because FlashList has known issues with RTL support. Once these issues with FlashList are resolved, this component will be deprecated and FlashList will be used directly.

Props

The ListView component uses props from FlashList because they are a superset of FlatList and only require one extra prop to work for both component types.

Please see the FlashList documentation for more information on the props that are available.

estimatedItemSize

Please see the FlashList documentation for more information on this prop.