Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.48 KB

index.mdx

File metadata and controls

57 lines (41 loc) · 1.48 KB
id title slug sidebar_position
introduction
Introduction 📚
/
0

import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem";

Fast & performant React Native list. No more blank cells.

Swap from FlatList in seconds. Get instant performance.

Installation

<Tabs defaultValue="react-native" values={[ { label: "React Native", value: "react-native" }, { label: "Expo", value: "expo" }, ]}

Add the package to your project via:
yarn add @shopify/flash-list

and run pod install in the ios directory. If you don't use React Native CLI's autolinking feature, you will need to manually link the dependency - read here to learn more.

  • ✅ This library can be used with "Expo Go" from SDK 46 upwards or with a development client
  • ✅ You can use this library with Development Builds. No config plugin is required.
npx expo install @shopify/flash-list expo-dev-client

You can then create a new Development Build and begin using FlashList.

Usage

Read more about the usage of FlashList here

App / Playground

The fixture is an example app showing how to use the library.