UNPKG

react-native-ios-charts

Version:

[![npm version](https://img.shields.io/npm/v/react-native-ios-charts.svg?style=flat-square)](https://www.npmjs.com/package/react-native-ios-charts) [![npm downloads](https://img.shields.io/npm/dm/react-native-ios-charts.svg?style=flat-square)](https://www

23 lines (14 loc) 614 B
# 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.