Files
margelo--react-native-graph/example/README.md
T
2022-05-24 13:50:11 +02:00

383 B

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