Skip to content

Latest commit

 

History

History

README.md

Example App Setup

Want to try our react-native-graph right away? Check out the example app.

Steps to get the example app working on iOS

  1. git clone this repo
  2. yarn install in both the /example folder and in the top level.
  3. In the example folder, npx pod-install or cd ios && pod install to install iOS dependencies
  4. In the example folder, run yarn ios