Run example
- clone wuba/react-native-echarts repo
git clone git@github.com:wuba/react-native-echarts.git
- install dependencies
yarn
- go to example directory
cd example
- run ios or android
yarn ios
# or
yarn android
That's it! You should see the following screen:
iOS | Android |
---|---|
Congratulations! You have successfully run the example.