react-native-sy-highcharts
v1.0.0
Published
JavaScript implementation of a view container that can flip between its front and back, where the back has a console.log and the front is your aplication. A maintained fork of the react-native-highcharts package.
Downloads
5
Maintainers
Readme
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
Merge upstream repo into master after committing and testing changes. View this article to see how.
Login with the
smartyields
NPM user (see admin for password).Increment package version:
npm version <update_type>
Re-publish package:
npm publish