Package Exports
- react-native-rainbow-graph
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-rainbow-graph) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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>