Skip to content

Commit

Permalink
chore: make docs about dependency version more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
lancesnider committed Oct 24, 2024
1 parent 46346a4 commit b27063c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ When an underlying runtime like [rive-ios](https://github.com/rive-app/rive-ios)
Before running `yarn` at the root level of the project, set the appropriate version of the iOS runtime in `rive-react-native.podspec` at the root of the folder:

```
s.dependency "RiveRuntime", "6.2.0"
s.dependency "RiveRuntime", "x.x.x"
```

In the example folder, run the following command to update the example project to retrieve the expected `RiveRuntime` dependency you're upgrading to:
Expand Down

0 comments on commit b27063c

Please sign in to comment.