1.0.0 • Published 8 years ago

react-native-sy-highcharts v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

React-Native Highcharts

This repository is forked from react-native-highcharts in order to add custom modules and have better control of WebView component output. For the most part it is exactly the same as the mentioned package.

Getting Started

npm install react-native-sy-highcharts

Updating this package

  1. Merge upstream repo into master after committing and testing changes. View this article to see how.

  2. Login with the smartyields NPM user (see admin for password).

  3. Increment package version:

    npm version <update_type>

  4. Re-publish package:

    npm publish