React-Native 0.38 Animated Colorful SVG Graph Component for both iOS and Android
In Production starting 24 November 2016
Updated 23 January.. time to get using, or checking...
Install it via npm:
npm i -S react-native-rainbow-graph
For Android, it works out of the box.
For iOS, it works out of the box. #TODO import all SVG stuff
import { RainbowGraph} from 'react-native-rainbow-graph';
// ...
let simpleObject =
{
}
<RainbowGraph data={simpleObject} color="#FFF">
</RainbowGraph>