Overview
Victory Native is a part of the main Victory monorepo. It offers a collection of React components for building interactive data visualizations in mobile applications. Issues related to Victory Native are to be addressed within the main Victory repository.
Features
- React Components: Provides a set of ready-to-use components for data visualization.
- Interactive Charts: Supports interactive charts for engaging user experience.
- Mobile Optimization: Designed for optimal performance on mobile devices.
Installation
To install Victory Native, follow these steps:
- Add Victory Native to your project:
npm install victory-native - Import Victory components into your project:
import { VictoryBar, VictoryPie } from 'victory-native';
Summary
Victory Native, now part of the main Victory monorepo, is a library tailored for creating interactive data visualizations in mobile applications. With its React components and mobile optimization, developers can easily build engaging charts for their projects.