Skip to content

Commit e49af97

Browse files
release: Release 5.9.0
1 parent 9674322 commit e49af97

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2023-06-26 Version 5.9.0
2+
- Update Android SDK to 5.5.0
3+
- Update iOS SDK 2.2.0
4+
- Removed deprecated iOS method, delayInitToCheckForSearchAds()
5+
16
2023-03-29
27
- To address a race condition where apps don't receive Branch params on cold starts, an opt in fix will defer loading the native iOS/Android layer until signaled
38
by this plugin in `subscribe()`.

branchreactnativetestbed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "18.2.0",
1414
"react-native": "0.71.4",
15-
"react-native-branch": "^5.9.0-alpha.3"
15+
"react-native-branch": "^5.9.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.20.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-branch",
3-
"version": "5.8.0",
3+
"version": "5.9.0",
44
"description": "Branch Metrics React Native SDK",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)