# victory-native

> A charting library for React Native with a focus on performance and customization.

Latest version **42.0.1** (published 2026-08-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install victory-native
pnpm add victory-native
yarn add victory-native
bun add victory-native
```

## Health

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

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 42.0.1 |
| Published | 2026-08-31 |
| First published | 2016-07-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 776.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 1225 |
| Maintainers | sarmeyer, mariano-formidable, ryan.roemer, formidable-owner, formidablelabs, sarahformidable, ceceppa, victory-ci, bmathews, boygirl |

## Links

- npm: https://www.npmjs.com/package/victory-native
- Repository: https://github.com/FormidableLabs/victory-native-xl
- Homepage: https://commerce.nearform.com/open-source/victory-native
- Issues: https://github.com/FormidableLabs/victory-native-xl/issues
- npm.io page: https://npm.io/package/victory-native

## Dependencies (5)

- [d3-zoom](https://npm.io/package/d3-zoom.md) ^3.0.0
- [d3-scale](https://npm.io/package/d3-scale.md) ^4.0.2
- [d3-shape](https://npm.io/package/d3-shape.md) ^3.2.0
- [its-fine](https://npm.io/package/its-fine.md) ^1.2.5
- [react-fast-compare](https://npm.io/package/react-fast-compare.md) ^3.2.2

## Recent versions

- 42.0.1 (latest) — 2026-08-31
- 37.3.6 (legacy) — 2025-01-14
- 36.9.2-next.3 (next) — 2024-02-20
- 42.0.0 — 2026-08-25
- 41.26.0 — 2026-06-09
- 41.25.0 — 2026-06-04
- 41.24.0 — 2026-06-03
- 41.23.0 — 2026-06-03
- 41.22.0 — 2026-06-01
- 41.21.1 — 2026-05-28
- 41.21.0 — 2026-05-27
- 41.20.3 — 2026-05-11
- 41.20.2 — 2025-11-05
- 41.20.1 — 2025-09-08
- 41.20.0 — 2025-09-03
- … 168 more at https://npm.io/package/victory-native/versions

## README

[![Victory Native](https://oss.nearform.com/api/banner?badge=victory&text=victory+native&bg=9c2f1e)](https://commerce.nearform.com/open-source/victory-native/)

<div align="center">
  <strong>
    high-performance charts powered by D3, Skia, and Reanimated for React Native.
  </strong>

  <br />
  <br />

  <a href="https://npmjs.com/package/victory-native">
    <img alt="weekly downloads" src="https://img.shields.io/npm/dw/victory-native.svg">
  </a>
  <a href="https://npmjs.com/package/victory-native">
    <img alt="current version" src="https://img.shields.io/npm/v/victory-native.svg">
  </a>
  <a href="https://github.com/FormidableLabs/victory-native/actions">
    <img alt="build status" src="https://github.com/FormidableLabs/victory/actions/workflows/ci.yml/badge.svg">
  </a>

  <a href="https://github.com/FormidableLabs/victory-native-xl#maintenance-status">
    <img alt="Maintenance Status" src="https://img.shields.io/badge/maintenance-active-green.svg" />
  </a>
</div>

<p>&nbsp;</p>

<div align="center">

https://github.com/FormidableLabs/victory-native-xl/assets/12721310/20bada2d-9903-4fe1-9b5f-3b516c0d7428

</div>

## Installation

Start by installing the peer dependencies of `victory-native` – React Native Reanimated, Gesture Handler, and Skia:

```shell
yarn add react-native-reanimated react-native-gesture-handler @shopify/react-native-skia
```

For Reanimated, you'll need to add `"react-native-reanimated/plugin"` to your `plugins` list in your `babel.config.js` config file.

Then install `victory-native`:

```shell
yarn add victory-native
```

To get started and read more about the API, view the [docs here](https://formidable.com/open-source/victory-native).

## LICENSE

MIT

## Maintenance Status

**Active:** Nearform is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.

[maintenance-image]: https://img.shields.io/badge/maintenance-active-green.svg

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