{"id":31392839,"url":"https://github.com/formidablelabs/victory-native-xl","last_synced_at":"2025-09-29T04:47:52.517Z","repository":{"id":192133880,"uuid":"676274716","full_name":"FormidableLabs/victory-native-xl","owner":"FormidableLabs","description":"A charting library for React Native with a focus on performance and customization.","archived":false,"fork":false,"pushed_at":"2025-09-09T21:23:14.000Z","size":20889,"stargazers_count":1052,"open_issues_count":94,"forks_count":92,"subscribers_count":27,"default_branch":"main","last_synced_at":"2025-09-23T20:40:08.535Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://commerce.nearform.com/open-source/victory-native","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FormidableLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-08T20:40:44.000Z","updated_at":"2025-09-23T15:58:24.000Z","dependencies_parsed_at":"2024-06-28T16:16:16.906Z","dependency_job_id":"cc0b1acd-e45a-48ec-833f-f68567701535","html_url":"https://github.com/FormidableLabs/victory-native-xl","commit_stats":null,"previous_names":["formidablelabs/victory-native-xl"],"tags_count":56,"template":false,"template_full_name":null,"purl":"pkg:github/FormidableLabs/victory-native-xl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Fvictory-native-xl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Fvictory-native-xl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Fvictory-native-xl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Fvictory-native-xl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FormidableLabs","download_url":"https://codeload.github.com/FormidableLabs/victory-native-xl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Fvictory-native-xl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277467480,"owners_count":25822917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-29T02:00:09.175Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-29T04:47:50.008Z","updated_at":"2025-09-29T04:47:52.509Z","avatar_url":"https://github.com/FormidableLabs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Victory Native](https://oss.nearform.com/api/banner?badge=victory\u0026text=victory+native\u0026bg=9c2f1e)](https://commerce.nearform.com/open-source/victory-native/)\n\n\u003cdiv align=\"center\"\u003e\n  \u003cstrong\u003e\n    high-performance charts powered by D3, Skia, and Reanimated for React Native.\n  \u003c/strong\u003e\n\n  \u003cbr /\u003e\n  \u003cbr /\u003e\n\n  \u003ca href=\"https://npmjs.com/package/victory-native\"\u003e\n    \u003cimg alt=\"weekly downloads\" src=\"https://img.shields.io/npm/dw/victory-native.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://npmjs.com/package/victory-native\"\u003e\n    \u003cimg alt=\"current version\" src=\"https://img.shields.io/npm/v/victory-native.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/FormidableLabs/victory-native/actions\"\u003e\n    \u003cimg alt=\"build status\" src=\"https://github.com/FormidableLabs/victory/actions/workflows/ci.yml/badge.svg\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/FormidableLabs/victory-native-xl#maintenance-status\"\u003e\n    \u003cimg alt=\"Maintenance Status\" src=\"https://img.shields.io/badge/maintenance-active-green.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nhttps://github.com/FormidableLabs/victory-native-xl/assets/12721310/20bada2d-9903-4fe1-9b5f-3b516c0d7428\n\n\u003c/div\u003e\n\n## Installation\n\nStart by installing the peer dependencies of `victory-native` – React Native Reanimated, Gesture Handler, and Skia:\n\n```shell\nyarn add react-native-reanimated react-native-gesture-handler @shopify/react-native-skia\n```\n\nFor Reanimated, you'll need to add `\"react-native-reanimated/plugin\"` to your `plugins` list in your `babel.config.js` config file.\n\nThen install `victory-native`:\n\n```shell\nyarn add victory-native\n```\n\nTo get started and read more about the API, view the [docs here](https://formidable.com/open-source/victory-native).\n\n## LICENSE\n\nMIT\n\n## Maintenance Status\n\n**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.\n\n[maintenance-image]: https://img.shields.io/badge/maintenance-active-green.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformidablelabs%2Fvictory-native-xl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformidablelabs%2Fvictory-native-xl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformidablelabs%2Fvictory-native-xl/lists"}