Skip to content

bamlab/victory-native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories in Ready

Victory Native

This package imports components from victory-core-native, victory-pie-native, and victory-chart-native

Usage

With npm, run:

$ npm install victory-native --save

Link react-native-svg with:

$ react-native link react-native-svg

Import charts from victory-native. E.g.,

import React, { Component } from 'react';

import { VictoryBar } from "victory-native";

class App extends Component {
  render() {
    return (
      <VictoryBar />
    );
  }
}

export default App;

Running demo

$ git clone https://github.com/FormidableLabs/victory-native
$ cd victory-native
$ npm install # install victory-native
$ cd demo
$ npm install # install the demo's dependencies, like react-native
$ react-native run-ios # or react-native run-android

Note: the demo requires the React Native CLI.

IMPORTANT

This project is in a pre-release state. We're hard at work fixing bugs and improving the API. Be prepared for breaking changes!

SEMVER Minor version bumps should be considered breaking changes until we hit v1.0.0. Patches can be considered safe.

Contributor Covenant Code of Conduct

Please review our Code of Conduct before contributing.

About

victory components for react native

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%