Files
margelo--react-native-graph/example
2022-09-08 14:11:20 +02:00
..
2022-04-29 16:24:52 +02:00
2022-04-29 14:53:47 +02:00
2022-04-29 16:24:52 +02:00
2022-04-29 16:24:52 +02:00
2022-04-29 16:24:00 +02:00
2022-04-29 16:24:52 +02:00

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