# ChartsExplorer

The ChartsExplorer is a sample app that showcases React Native iOS Charts.

## Running this app

Before running the app, make sure you ran:

    git clone https://github.com/Jpadilla1/react-native-ios-charts.git
    cd react-native-ios-charts/examples/ChartsExplorer/ios
    pod install
    cd ..
    npm install

### Running on iOS

Mac OS and Xcode are required.

- Open `examples/ChartsExplorer/ios/ChartsExplorer.xcworkspace` in Xcode
- Hit the Run button

See [Running on device](https://facebook.github.io/react-native/docs/running-on-device-ios.html) if you want to use a physical device.
