# Shopify/flash-list

A better list for React Native

Repository: https://github.com/Shopify/flash-list
Canonical: https://ross.abutalabs.com/products/flash-list
Homepage: https://shopify.github.io/flash-list/
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2026-08-24T08:06:33+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 87, longevity 100
- inputs: {"age_days": 1717, "days_push": 9, "days_rel": 84, "gap_med": 18, "n_releases_24m": 20}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7183, forks 386 (observed 2026-08-28T04:09:56.454820+00:00)

## What it is
FlashList is a fast, performant list component library for React Native that replaces FlatList using view recycling to eliminate blank cells and reduce memory usage. Version 2 is a JS-only solution built for React Native's new architecture, requiring no size estimates and supporting Masonry layouts.

## Use cases
- render long scrolling lists in React Native without blank cells
- replace FlatList with a faster drop-in list component
- build Pinterest-style masonry grids in React Native
- improve scrolling performance on low-end Android devices
- display mixed item types efficiently with recycling pools
- keep list content position stable when prepending items

## When to choose
- your React Native app has long or complex lists with frame drops or blank cells
- you want a near drop-in FlatList replacement with better performance
- you target low-end Android devices where FlatList struggles
- you need masonry or variable-height layouts in a mobile list

## When to avoid
- your app runs on React Native's old architecture (use FlashList v1 instead)
- you are not building with React Native
- your lists are very short and FlatList performance is already sufficient

## Facets
- artifact type: library
- maturity: active
- function: ui-components, frontend-framework
- domain: mobile-development, frontend, performance
- platform: cross-platform
- tags: react-native, flatlist-replacement, list-view, view-recycling, masonry-layout, android, ios

## Member repositories
- Shopify/flash-list (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:56.454820+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:39:55.281748+00:00, confidence not recorded.
  - readme: https://github.com/Shopify/flash-list (fetched 2026-08-28T04:09:56.454820+00:00, sha 55c0a0955232)
  - homepage: https://shopify.github.io/flash-list/ (fetched 2026-08-29T08:35:22.423239+00:00, sha 25cfb6089f9c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
