Skip to content

Commit

Permalink
Merge pull request #728 from BranchMetrics/Release-5.5.0
Browse files Browse the repository at this point in the history
Release 5.5.0
  • Loading branch information
gdeluna-branch authored Jul 20, 2022
2 parents 3bd9ef2 + 3c41cf2 commit 3a6ac67
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
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.1

2022-06-06 Version 5.4.1
- Update Android SDK to 5.1.5
- Update iOS SDK to 1.42.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-branch",
"version": "5.4.1",
"version": "5.5.0",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 3a6ac67

Please sign in to comment.