Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions example_expo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ npm run ios
```
npm run android
```

### Using local dependencies

If you want to use the local version of the module, change package.json to:

`"@pinwheel/react-native-pinwheel": "file:../pinwheel-react-native-pinwheel-3.5.1.tgz"`
Loading