1.1.1 • Published 7 years ago

react-native-rainbow-graph v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

react-native-Rainbow-graph

React-Native 0.38 Animated Colorful SVG Graph Component for both iOS and Android

In Production starting 24 November 2016

Fucking-Rainbow

Usage

Installation

Install it via npm:

npm i -S react-native-rainbow-graph

Android

For Android, it works out of the box.

iOS

For iOS, it works out of the box. #TODO import all SVG stuff

How to use

import { RainbowGraph} from 'react-native-rainbow-graph';

// ...
let simpleObject = 
{

}
<RainbowGraph  data={simpleObject} color="#FFF">
 
</RainbowGraph>