Commit 5028fe0
committed
Release 5.5.0
2022-07-20 Version 5.5.0
- Branch QR code creation support added.
```js
getBranchQRCode: (
settings: BranchQRCodeSettings,
branchUniversalObject: BranchUniversalObjectOptions,
linkProperties: BranchLinkProperties,
controlParams: BranchLinkControlParams,
) => Promise<string>;
```
- Support for preinstall analytics.
```js
setPreInstallCampaign = (campaign) => RNBranch.setPreinstallCampaign(campaign)
setPreInstallPartner = (partner) => RNBranch.setPreinstallPartner(partner)
```
- Update react-native to 0.63.0
- Update Android SDK to 5.2.0
- Update iOS SDK to 1.43.11 parent 3bd9ef2 commit 5028fe0
2 files changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
1 | 20 | | |
2 | 21 | | |
3 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments