react-native-ios-charts
Version:
[](https://www.npmjs.com/package/react-native-ios-charts) [](https://www
23 lines (14 loc) • 614 B
Markdown
# 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.