react-native-rainbow-graph
v1.1.1
Published
React-Native 0.38 Animated Colorful SVG Graph Component for both iOS and Android
Downloads
5
Maintainers
Readme
react-native-Rainbow-graph
React-Native 0.38 Animated Colorful SVG Graph Component for both iOS and Android
In Production starting 24 November 2016
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>