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.
<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
.
Read more about the usage of FlashList
here
The fixture is an example app showing how to use the library.