Ross ROSS = Recommend OSS · open-source software intelligence for agents

DylanVann/react-native-fast-image

🚩 FastImage, performant React Native image component. observed · 2026-08-28

github.com/DylanVann/react-native-fast-image · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3429
  • days_rel: n/a
  • days_push: 810
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

8423 stars · 1525 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

FastImage is a performant drop-in replacement for React Native's built-in Image component that aggressively caches remote images via SDWebImage on iOS and Glide on Android. It adds features the stock component lacks, such as loading priority, preloading, authorization headers, and reliable caching that eliminates flickering.

Use cases

  • stop image flickering in react native flatlists
  • cache remote images in a react native app
  • load images faster on android and ios
  • preload images before navigating to a screen
  • load images that require authorization headers
  • prioritize which images load first
  • display gifs in react native
  • replace react native Image component with a faster one

When to choose

  • you are building a React Native 0.60+ app that displays many remote images
  • the built-in Image component causes flickering, cache misses, or slow cache loads
  • you need image preloading or loading priority for scrollable lists
  • you must fetch images behind authenticated endpoints
  • you want one component that works consistently on iOS and Android

When to avoid

  • your project is not React Native (e.g., plain web, Flutter, or native iOS/Android)
  • you only show local/bundled images and don't need remote caching
  • you use Expo Go without native module support, since this library requires native code
  • you are stuck on React Native older than 0.60 with no autolinking
  • your Android app already configures a custom AppGlideModule and you cannot reconcile Glide setup

Facets

library · maturity stable

ui-components caching mobile-development frontend cross-platform react-native image-loading image-cache sdwebimage glide gif-support image-preloading priority-loading mobile-ui native-modules mobile ios android nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
DylanVann/react-native-fast-imagemain23

For agents

markdown · JSON · MCP: product_card(name="DylanVann/react-native-fast-image")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem