https://github.com/formidablelabs/victory-native-xl
A charting library for React Native with a focus on performance and customization.
https://github.com/formidablelabs/victory-native-xl
Last synced: 6 months ago
JSON representation
A charting library for React Native with a focus on performance and customization.
- Host: GitHub
- URL: https://github.com/formidablelabs/victory-native-xl
- Owner: FormidableLabs
- Created: 2023-08-08T20:40:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-09T21:23:14.000Z (7 months ago)
- Last Synced: 2025-09-23T20:40:08.535Z (6 months ago)
- Language: TypeScript
- Homepage: https://commerce.nearform.com/open-source/victory-native
- Size: 19.9 MB
- Stars: 1,052
- Watchers: 27
- Forks: 92
- Open Issues: 94
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
[](https://commerce.nearform.com/open-source/victory-native/)
https://github.com/FormidableLabs/victory-native-xl/assets/12721310/20bada2d-9903-4fe1-9b5f-3b516c0d7428
## 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