Skip to main content

Run example

  1. clone wuba/react-native-echarts repo
git clone git@github.com:wuba/react-native-echarts.git
  1. install dependencies
yarn
  1. go to example directory
cd example
  1. run ios or android
yarn ios
# or
yarn android

That's it! You should see the following screen:

iOSAndroid
iosandroid

Congratulations! You have successfully run the example.