# expo-image-loader

> Image loader

Latest version **57.0.1** (published 2026-07-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install expo-image-loader
pnpm add expo-image-loader
yarn add expo-image-loader
bun add expo-image-loader
```

## Health

**Score 65/100 (B)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 57.0.1 |
| Published | 2026-07-15 |
| First published | 2020-02-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 36 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52238 |
| Author | 650 Industries, Inc. |
| Maintainers | ide, brentvatne, expoadmin, exponent, bycedric, kudochien, alanhughes, tsapeta, expo-bot, philpl, wschurman, sjchmiela |
| Keywords | unimodules, image-loader, expo-image-loader |

## Links

- npm: https://www.npmjs.com/package/expo-image-loader
- Repository: https://github.com/expo/expo
- Homepage: https://github.com/expo/expo/tree/main/packages/expo-image-loader
- Issues: https://github.com/expo/expo/issues
- npm.io page: https://npm.io/package/expo-image-loader

## Alternatives

- [exif-parser](https://npm.io/package/exif-parser.md) — 3.8M weekly downloads
- [vite-plugin-compression](https://npm.io/package/vite-plugin-compression.md) — 569.5K weekly downloads
- [pica](https://npm.io/package/pica.md) — 442.4K weekly downloads
- [@reportportal/client-javascript](https://npm.io/package/@reportportal/client-javascript.md) — 408.8K weekly downloads
- [@tldraw/state](https://npm.io/package/@tldraw/state.md) — 316.0K weekly downloads

## Recent versions

- 57.0.1 (latest) — 2026-07-15
- 58.0.1 (next) — 2026-09-11
- 58.0.0-canary-20260909-ea7a89a (canary) — 2026-09-09
- 56.0.4-canary-20260701-9100865 (canary-sdk-56) — 2026-07-01
- 55.0.1 (sdk-55) — 2026-05-21
- 55.0.1-canary-20260429-a5e59cf (canary-sdk-55) — 2026-04-29
- 4.7.0 (sdk-51) — 2024-04-18
- 4.6.0 (sdk-50) — 2023-11-14
- 58.0.0 — 2026-09-10
- 58.0.0-canary-20260908-e343e6e — 2026-09-08
- 58.0.0-canary-20260902-26df09e — 2026-09-02
- 58.0.0-canary-20260901-2164f24 — 2026-09-02
- 58.0.0-canary-20260812-27f94d4 — 2026-08-12
- 58.0.0-canary-20260806-8c2d007 — 2026-08-06
- 57.0.0-canary-20260723-64edab9 — 2026-07-23
- … 180 more at https://npm.io/package/expo-image-loader/versions

## README

# expo-image-loader

Provides image loader

# Installation in managed Expo projects

For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions in the [API documentation for the latest stable release](#api-documentation). If you follow the link and there is no documentation available then this library is not yet usable within managed projects &mdash; it is likely to be included in an upcoming Expo SDK release.

# Installation in bare React Native projects

For bare React Native projects, you must ensure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/installing-expo-modules/) before continuing.

### Add the package to your npm dependencies

```
npm install expo-image-loader
```

### Configure for Android

No additional set up necessary.

# Contributing

Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).

---
_Source: https://npm.io/package/expo-image-loader · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
