Skip to content

Commit

Permalink
feat: Add a readme for the example app (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
esthor committed May 24, 2022
1 parent 69ed3b4 commit 000cd1d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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`

0 comments on commit 000cd1d

Please sign in to comment.