// the find
FormidableLabs/victory-native
victory components for react native
This repo is a dead end — the README immediately redirects you to victory-native-xl, which is the current maintained version. What's left here is the legacy Victory Native wrapper that adapted D3-based Victory charts for React Native via react-native-svg. If you're looking at this repo, you're already in the wrong place.
The legacy codebase showed that wrapping SVG-based chart primitives for React Native was viable before Skia existed. The demo apps in both JS and TS flavors gave a reasonable starting point for evaluation. The component surface (area, bar, line, pie, candlestick, voronoi, etc.) was wide enough to cover most dashboarding use cases.
Abandoned — last push August 2024 and the README itself tells you to go elsewhere. The lib directory ships pre-built JS files checked into source, which is a maintenance antipattern. TypeScript coverage was incomplete, with only a handful of `.d.ts` stubs. No real tests beyond a thin compiler smoke test. Anyone adopting this instead of victory-native-xl is taking on a dead dependency.