File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2024-04-03 Version 6.2.1
2
+ - Fix issue with deeplinks getting lost on iOS when the App is closed and deferInitForPluginRuntime is enabled
3
+ - Update iOS SDK 3.4.1
4
+
1
5
2024-04-01 Version 6.2.0
2
6
3
7
- Update Android SDK to 5.11.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-branch" ,
3
- "version" : " 6.2.0 " ,
3
+ "version" : " 6.2.1 " ,
4
4
"description" : " Branch Metrics React Native SDK" ,
5
5
"main" : " src/index.js" ,
6
6
"types" : " src/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
22
s . source_files = [ "ios/*.h" , "ios/*.m" ]
23
23
s . compiler_flags = %[-DRNBRANCH_VERSION=@\\ "#{ s . version } \\ "]
24
24
s . header_dir = 'RNBranch' # also sets generated module name
25
- s . dependency 'BranchSDK' , '3.4.0 '
25
+ s . dependency 'BranchSDK' , '3.4.1 '
26
26
s . dependency 'React-Core' # to ensure the correct build order
27
27
28
28
# Swift/Objective-C compatibility
You can’t perform that action at this time.
0 commit comments