Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 246 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 246 Bytes

rn-echarts

Getting started

$ npm install rn-echarts --save

Mostly automatic installation

$ react-native link rn-echarts

Usage

import Echarts from 'rn-echarts';

// TODO: What to do with the module?
Echarts;