We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cb983 commit 2c0c6ccCopy full SHA for 2c0c6cc
docs/carthage.md
@@ -1,6 +1,6 @@
1
# Installation using Carthage
2
3
-Carthage requires version 3.0.1 of react-native-branch.
+Carthage requires version 3.x of react-native-branch.
4
5
Add react-native-branch to your project:
6
@@ -12,7 +12,7 @@ react-native link react-native-branch
12
If you already have a Cartfile, add this to your Cartfile:
13
14
```
15
-github "BranchMetrics/ios-branch-deep-linking" "0.27.0"
+github "BranchMetrics/ios-branch-deep-linking" "0.31.3"
16
17
18
Now run `carthage build`.
0 commit comments