File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ 2022-07-20 Version 5.5.0
2+ - Branch QR code creation support added.
3+ ``` js
4+ getBranchQRCode: (
5+ settings: BranchQRCodeSettings,
6+ branchUniversalObject: BranchUniversalObjectOptions,
7+ linkProperties: BranchLinkProperties,
8+ controlParams: BranchLinkControlParams,
9+ ) => Promise < string> ;
10+ ```
11+ - Support for preinstall analytics.
12+ ` ` ` js
13+ setPreInstallCampaign = (campaign) => RNBranch.setPreinstallCampaign(campaign)
14+ setPreInstallPartner = (partner) => RNBranch.setPreinstallPartner(partner)
15+ ` ` `
16+ - Update react- native to 0.63 .0
17+ - Update Android SDK to 5.2 .0
18+ - Update iOS SDK to 1.43 .1
19+
1202022 - 06 - 06 Version 5.4 .1
221 - Update Android SDK to 5.1 .5
322 - Update iOS SDK to 1.42 .0
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-branch" ,
3- "version" : " 5.4.1 " ,
3+ "version" : " 5.5.0 " ,
44 "description" : " Branch Metrics React Native SDK" ,
55 "main" : " src/index.js" ,
66 "types" : " src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments