New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

victory-native

Package Overview
Dependencies
Maintainers
3
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-native

Shared libraries and components for Victory

  • 0.3.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
132K
increased by5.33%
Maintainers
3
Weekly downloads
 
Created
Source

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

$ npm install
$ npm start

Then open demo/ios/Demo.xcodeproj and run the app. (Note: npm start must run before you run the app).

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.

FAQs

Package last updated on 14 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc