Skip to content

Releases: plaid/react-native-plaid-link-sdk

v12.8.3

11 Jun 18:51
1c8f44c

Choose a tag to compare

LinkKit V12.8.3 — 2026-06-11

Requirements

This SDK now works with any supported version of React Native.

Changes

Android

Android SDK 5.5.2

Additions

  • None

Changes

  • Remove kotlin.Metadata consumer proguard rule.
  • Fix flutter reporting.

Removals

  • None

Requirements

Name Version
Android Studio 4.0+
Kotlin 1.9.25+ (Kotlin integrations only)

iOS

iOS SDK 6.4.3

Changes

  • No changes.

Requirements

Name Version
Xcode >= 16.1.0
iOS >= 14.0

v12.8.2

01 Jun 18:56
55de464

Choose a tag to compare

LinkKit V12.8.2 — 2026-06-01

Requirements

This SDK now works with any supported version of React Native.

Changes

Android

Android SDK 5.5.2

Additions

  • None

Changes

  • Remove kotlin.Metadata consumer proguard rule.
  • Fix flutter reporting.

Removals

  • None

Requirements

Name Version
Android Studio 4.0+
Kotlin 1.9.25+ (Kotlin integrations only)

iOS

iOS SDK 6.4.3

Changes

  • No changes.

Requirements

Name Version
Xcode >= 16.1.0
iOS >= 14.0

v12.8.1

28 May 17:41
a123a6f

Choose a tag to compare

LinkKit V12.8.1 — 2026-05-28

Requirements

This SDK now works with any supported version of React Native.

Changes

  • Upgrade to Android SDK 5.5.2

Android

Android SDK 5.5.2

Additions

  • None

Changes

  • Remove kotlin.Metadata consumer proguard rule.
  • Fix flutter reporting.

Removals

  • None

Requirements

Name Version
Android Studio 4.0+
Kotlin 1.9.25+ (Kotlin integrations only)

iOS

iOS SDK 6.4.3

Changes

  • Layer updates.

Requirements

Name Version
Xcode >= 16.1.0
iOS >= 14.0

v12.8.0

18 Feb 21:23
39628f9

Choose a tag to compare

LinkKit V12.8.0 — 2026-02-18

Requirements

This SDK now works with any supported version of React Native.

Changes

  • Adds missing LAYER_AUTOFILL_NOT_AVAILABLE event name on iOS
  • Adds support to submit layer params on iOS & Android

Android

Android SDK 5.5.1

Additions

  • None

Changes

  • Layer update.
  • Add missing proguard consumer rule.

Removals

  • None

Requirements

Name Version
Android Studio 4.0+
Kotlin 1.9.25+ (Kotlin integrations only)

iOS

iOS SDK 6.4.3

Changes

  • Layer updates.

Requirements

Name Version
Xcode >= 16.1.0
iOS >= 14.0

v12.7.0

04 Nov 19:50
cf82f7e

Choose a tag to compare

LinkKit V12.7.0 — 2025-11-04

Requirements

This SDK now works with any supported version of React Native.

Changes

  • Add onLoad to LinkTokenConfiguration, fired once when Link is fully loaded and ready to present. Use it to manage your own loading UI or defer presentation until ready.

Android

Android SDK 5.5.0

Additions

  • None

Changes

  • Made LinkErrorCode.errorType public.
  • Fixed bug where layer "auto" customization for light/dark mode was always dark, regardless of system setting.
  • Added onLoad callback to Plaid.create for detecting when Link is ready to present.

Removals

  • None

Requirements

Name Version
Android Studio 4.0+
Kotlin 1.9.25+ (Kotlin integrations only)

iOS

iOS SDK 6.4.2

Changes

  • Resolved syncFinanceKit crash when running on iPad on compatibility mode.

Requirements

Name Version
Xcode >= 16.1.0
iOS >= 14.0

v12.6.1

22 Oct 22:18
aece467

Choose a tag to compare

LinkKit V12.6.1 — 2025-10-22

Requirements

This SDK now works with any supported version of React Native.

Changes

  • Resolved an issue where the selection value was missing in LinkEvent.EventMetadata.
  • Improved internal debugging and logging to help diagnose customer-reported issues more effectively.
  • Upgrade to Android SDK 5.4.0
  • Upgrade to iOS SDK 6.4.1

Android

Android SDK 5.4.0

Additions

  • None

Changes

  • Resolved an issue where the selection value was missing in LinkEvent.EventMetadata.
  • Improved internal debugging and logging to help diagnose customer-reported issues more effectively.

Removals

  • None

Requirements

Name Version
Android Studio 4.0+
Kotlin 1.9.25+ (Kotlin integrations only)

iOS

iOS SDK 6.4.2

Changes

  • Resolved syncFinanceKit crash when running on iPad on compatibility mode.

Requirements

Name Version
Xcode >= 16.1.0
iOS >= 14.0

v12.6.0

06 Oct 18:15
ea1f194

Choose a tag to compare

LinkKit V12.6.0 — 2025-10-06

Requirements

This SDK now works with any supported version of React Native.

Changes

  • Resolved an issue where the selection value was missing in LinkEvent.EventMetadata.
  • Improved internal debugging and logging to help diagnose customer-reported issues more effectively.
  • Upgrade to Android SDK 5.4.0
  • Upgrade to iOS SDK 6.4.1

Android

Android SDK 5.4.0

Additions

  • None

Changes

  • Resolved an issue where the selection value was missing in LinkEvent.EventMetadata.
  • Improved internal debugging and logging to help diagnose customer-reported issues more effectively.

Removals

  • None

Requirements

Name Version
Android Studio 4.0+
Kotlin 1.9.25+ (Kotlin integrations only)

iOS

iOS SDK 6.4.1

Changes

  • Resolved an issue where the selection value was missing in LinkEvent.EventMetadata.
  • Improved internal debugging and logging to help diagnose customer-reported issues more effectively.

Requirements

Name Version
Xcode >= 16.1.0
iOS >= 14.0

v12.5.3

16 Sep 17:13

Choose a tag to compare

LinkKit V12.5.3 — 2025-09-16

Requirements

This SDK now works with any supported version of React Native.

Changes

  • Resolve issue 816 with Android SDK upgrade to v5.3.4.

Android

Android SDK 5.3.4

Additions

  • None

Changes

  • Fix retrofit reinitialization bug in edge cases.

Removals

  • None

Requirements

Name Version
Android Studio 4.0+
Kotlin 1.9.25+ (Kotlin integrations only)

iOS

iOS SDK 6.4.0

Changes

  • Add issueDescription and issueDetectedAt to EventMetadata.

Requirements

Name Version
Xcode >= 16.1.0
iOS >= 14.0

v12.5.2

10 Sep 19:05
6af8974

Choose a tag to compare

LinkKit V12.5.2 — 2025-09-10

Requirements

This SDK now works with any supported version of React Native.

Changes

  • Resolve issue 810 Support for react native 0.81+
  • Adds metadataJson key to event data to allow for all keys to be camelCase.
  • Updates Android SDK

Android

Android SDK 5.3.3

Additions

  • None

Changes

  • Upgrade com.google.code.gson:gson to 2.9.1.
  • Upgrade com.squareup.okhttp3:logging-interceptor to 4.9.2.

Removals

  • None

Requirements

Name Version
Android Studio 4.0+
Kotlin 1.9.25+ (Kotlin integrations only)

iOS

iOS SDK 6.4.0

Changes

  • Add issueDescription and issueDetectedAt to EventMetadata.

Requirements

Name Version
Xcode >= 16.1.0
iOS >= 14.0

v12.5.1

04 Sep 20:30
cd58e36

Choose a tag to compare

LinkKit V12.5.1 — 2025-09-04

Requirements

This SDK now works with any supported version of React Native.

Changes

  • Resolve issue 803 Support for react native 0.81+

Android

Android SDK 5.3.2

Additions

  • Upgrade com.google.protobuf:protobuf-kotlin-lite to 3.25.5
  • Ensure SDK screens resize for keyboard insets on Android 15+

Changes

  • None

Removals

  • None

Requirements

Name Version
Android Studio 4.0+
Kotlin 1.9.25+ (Kotlin integrations only)

iOS

iOS SDK 6.4.0

Changes

  • Add issueDescription and issueDetectedAt to EventMetadata.

Requirements

Name Version
Xcode >= 16.1.0
iOS >= 14.0