Skip to content

React Native SDK

The bitdrift Capture SDK offers developers a straightforward method to seamlessly integrate the Capture platform into their React Native applications.

Info

The SDK requires a minimum iOS version of 12.

Info

The Android SDK requires a minimum API level of 23.

Releases

You can find all React Native NPM releases in https://www.npmjs.com/package/@bitdrift/react-native.

Latest Version

npm Version

0.11.7

2026-02-12

0.11.6

2026-02-10

0.11.5

2026-02-05

0.11.4

2026-02-03

0.11.3

2026-01-27

0.11.2

2026-01-27

0.11.1

2026-01-20

  • [iOS] Fixed Span Success for network request/responses.
  • [Android] License fixes: removed redundant NOTICE entry from POM and updated LICENSE content to PolyForm Shield.

0.11.0

2026-01-13

  • Added support for passing Error objects to log methods, capturing details in _error and _error_details fields.
  • Exposing feature flag APIs.
  • Updated the Capture SDK version from 0.21.2 to 0.22.0. Full details at Android 0.22.0 Release Notes and iOS 0.22.0 Releases Notes.

0.10.2

2025-12-18

0.10.1

2025-12-15

0.10.0

2025-12-05

  • Native fatal issue reporting is now enabled by default (same as capture-sdk). The enableNativeFatalIssues configuration option in crashReporting now defaults to true if not specified.
  • Updated the Capture SDK version from 0.20.1 to 0.21.0. Full details at Android 0.21.0 Release Notes and iOS 0.21.0 Releases Notes.

0.9.2

2025-12-02

Changelog:

Experimental

The UNSTABLE_enableJsErrors flag is experimental. This feature is under active development and may change in future releases.

0.9.1

2025-11-25

Changelog:

0.9.0

2025-11-21

Changelog:

  • This is a unintentional release. Please ignore and use directly 0.9.1 or latest.

0.8.1

2025-11-05

Changelog:

0.8.0

2025-10-27

Changelog:

0.7.7

2025-10-22

Changelog:

0.7.6

2025-10-14

Changelog:

0.7.5

2025-10-09

Changelog:

0.7.4

2025-10-03

Changelog:

0.7.3

2025-09-10

Changelog:

  • Include androidx.appcompat:appcompat and org.jetbrains.kotlin:kotlin-stdlib as dependencies in the published Android POM that were accidentally omitted since 0.7.1.

0.7.2

2025-09-04

Changelog:

  • Expose configuration to enable native crash reporting (e.g. JVM Crash, Native crash, etc)
  • Fix missing class exception crash for Android

0.7.1

2025-08-25

Changelog:

  • Updated the Capture SDK version to 0.18.6 from 0.18.5.
    • This fixes an issue causing a Kotlin version mismatch on older versions of React Native.

0.7.0

2025-08-22

Changelog:

  • Updated the Capture SDK version to 0.18.5 from 0.17.26.
  • Fixed logAppLaunchTTI method on Android when not using the New Architecture.

0.6.13

2025-05-10

Changelog:

  • Updated the Capture SDK version to 0.17.26 from 0.17.15.

0.6.13

2025-05-10

Changelog:

  • Updated the Capture SDK version to 0.17.15 from 0.17.11.
  • Added logAppLaunchTTI method to the Javascript API, see the API documentation for more information.

0.6.12

2025-04-07

Changelog:

  • Updated the Capture SDK version to 0.17.11 from 0.17.9.

0.6.11

2025-03-28

Changelog:

  • Updated the Capture SDK version to 0.17.9 from 0.17.6.

0.6.10

2025-03-06

Changelog:

  • Updated the Capture SDK version to 0.17.6 from 0.17.5.
  • Added logScreenView method to the Javascript API, see the API documentation for more information.

0.6.9

2025-02-28

Changelog:

  • Updated the Capture SDK version to 0.17.5 from 0.16.11.

0.6.8

2025-02-10

Changelog:

  • [iOS] Ensure sdk directory has no file protections

0.6.7

2025-01-30

Changelog:

  • Fixed a crash that could occur while using network capture in iOS for apps creating background tasks

0.6.6

2025-01-28

Changelog:

  • Updated the Capture SDK version to 0.16.11 from 0.16.10.

0.6.5

2025-01-24

Changelog:

  • Updated the Capture SDK version to 0.16.10 from 0.16.6.
    • See the iOS Capture SDK changelog and Android Capture SDK changelog for more information.
    • Imporoves the implementation of the the iOS networking integration, making it less dependent on startup ordering.
    • Reduces the amount of logcat noise produced by the session replay feature on Android.
  • Added support for removeField, getSessionID, and setSessionURL methods in the SDK

0.6.4

2025-01-21

Changelog:

  • This change is identical to 0.6.3.

0.6.3

2025-01-21

Changelog:

  • Fixed a bug where the SDK would crash when targeting the New Architecture and no option was provided to init().