File tree Expand file tree Collapse file tree 5 files changed +55
-4
lines changed Expand file tree Collapse file tree 5 files changed +55
-4
lines changed Original file line number Diff line number Diff line change 1
1
# RELEASES
2
2
3
+ ## LinkKit V12.5.0 — 2025-09-04
4
+
5
+ #### Requirements
6
+
7
+ This SDK now works with any supported version of React Native.
8
+
9
+ ### Changes
10
+
11
+ - Updates Android SDK to the latest version.
12
+ - Resolve issue [ 804] ( https://github.com/plaid/react-native-plaid-link-sdk/issues/804 ) bottom Navigation Bar Overlapping UI Elements
13
+
14
+
15
+ ### Android
16
+
17
+ Android SDK [ 5.3.2] ( https://github.com/plaid/plaid-link-android/releases/tag/v5.3.2 )
18
+
19
+ ### Additions
20
+
21
+ - Upgrade com.google.protobuf: protobuf-kotlin-lite to 3.25.5
22
+ - Ensure SDK screens resize for keyboard insets on Android 15+
23
+
24
+ ### Changes
25
+
26
+ - None
27
+
28
+ ### Removals
29
+
30
+ - None
31
+
32
+ #### Requirements
33
+
34
+ | Name | Version |
35
+ | ------| ---------|
36
+ | Android Studio | 4.0+ |
37
+ | Kotlin | 1.9.25+ (Kotlin integrations only) |
38
+
39
+ ### iOS
40
+
41
+ iOS SDK [ 6.4.0] ( https://github.com/plaid/plaid-link-ios/releases/tag/6.4.0 )
42
+
43
+ ### Changes
44
+
45
+ - Add issueDescription and issueDetectedAt to EventMetadata.
46
+
47
+ #### Requirements
48
+
49
+ | Name | Version |
50
+ | ------| ---------|
51
+ | Xcode | >= 16.1.0 |
52
+ | iOS | >= 14.0 |
53
+
3
54
## LinkKit V12.4.0 — 2025-08-06
4
55
5
56
#### Requirements
Original file line number Diff line number Diff line change @@ -106,6 +106,6 @@ repositories {
106
106
107
107
dependencies {
108
108
implementation " com.facebook.react:react-native:+"
109
- implementation " com.plaid.link:sdk-core:5.3.0 "
109
+ implementation " com.plaid.link:sdk-core:5.3.2 "
110
110
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
111
111
}
Original file line number Diff line number Diff line change 4
4
<application >
5
5
<meta-data
6
6
android : name =" com.plaid.link.react_native"
7
- android : value =" 12.4 .0" />
7
+ android : value =" 12.5 .0" />
8
8
</application >
9
9
10
10
</manifest >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ @implementation RNLinksdk
28
28
RCT_EXPORT_MODULE ();
29
29
30
30
+ (NSString *)sdkVersion {
31
- return @" 12.4 .0" ; // SDK_VERSION
31
+ return @" 12.5 .0" ; // SDK_VERSION
32
32
}
33
33
34
34
+ (NSString *)objCBridgeVersion {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-plaid-link-sdk" ,
3
- "version" : " 12.4 .0" ,
3
+ "version" : " 12.5 .0" ,
4
4
"description" : " React Native Plaid Link SDK" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments