Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Releases: qubitdigital/qubit-sdk-react-native

v2.0.1 getPlacement()

15 Feb 20:14
b911b7e

Choose a tag to compare

Major release, introducing getPlacement() method.

Release notes

  • Updated Qubit SDKs dependencies (iOS 2.0.3 , Android 2.0.1)
  • Released getPlacement() method for Android & iOS
  • Resolved error scenario when attempting to use getPlacement() to access an invalid placement ID, where the placement referenced does not exist [Android]

v2.0.1-rc2 getPlacement() release candidate

09 Feb 19:58

Choose a tag to compare

Release notes

  • Updated qubit-sdk-react-native version to 2.0.1-rc2
  • Updated Qubit SDKs dependencies (iOS 2.0.3 , Android 2.0.1)
  • Released getPlacement() method for Android & iOS
  • Resolved error scenario when attempting to use getPlacement() to access an invalid placement ID, where the placement referenced does not exist [Android]

v2.0.1-rc1 getPlacement() release candidate

16 Dec 20:26

Choose a tag to compare

Release notes

  • Changed qubit-sdk-react-native version to 2.0.1-rc1
  • Updated Qubit SDKs dependencies (iOS 2.0.1 , Android 2.0.1)
  • Released getPlacement() method for Android & iOS

Known issues

  1. We are investigating an error scenario when attempting to use getPlacement() to access an invalid placement ID, where the placement referenced does not exist [Android]

Install

Available on NPM: https://www.npmjs.com/package/qubit-sdk-react-native/v/2.0.1-rc1

npm i qubit-sdk-react-native@2.0.1-rc1

v1.0.9

10 Mar 14:26
d442b26

Choose a tag to compare

Pin this SDK to the v1 track of underlying iOS and Android SDKs, ahead of our upcoming v2 releases for iOS & Android that include major feature additions. This will provide optionality on upgrading.

v1.0.8

06 Oct 20:03
740d749

Choose a tag to compare

1.0.7 Upgrade Android SDK to 1.4.1

07 Aug 13:13

Choose a tag to compare

1.0.5: Fix errors during Android development & calls to getExperiences on iOS

02 Mar 15:48
ded6c11

Choose a tag to compare

This update fixes two issues:

  1. An issue where an errors was raised during Android development, due to the SDK being initialized multiple times. This has been aligned with iOS behaviour - preventing errors during dev reload.

  2. An issue where calls to getExperiences() (https://github.com/qubitdigital/qubit-sdk-react-native/blob/1.0.2/src/index.ts#L171) and getLookupData() could return an object that is missing expected properties such as Experience payload, isControl, and others. This has been resolved to return a complete object with properties as described in README.

Upgrading to 1.0.5:

  1. Update to the latest version of this module using npm or yarn.
  2. Update the iOS SDK pod (https://cocoapods.org/pods/QubitSDK) to the latest release [1.0.7] with pod update QubitSDK inside the /ios folder.

There is no update to the Android SDK.

v1.0.3 React Native SDK - Initial Release

23 Jan 14:02
abb72f2

Choose a tag to compare

Merge pull request #3 from qubitdigital/v1.0.3

v1.0.3