React Native SDK migration guide

Prev Next

Migrating to React Native SDK 9.0.0

Separate iOS framework for NFC scanning

Since 9.0.0 React Native SDK, the iOS NFC scanning logic is provided as a separate framework. Check out Enable NFC scanning guide.

Migrating React Native SDK 2.0.0 to 3.0.0

Updated Branding API

Following configurations are added

  • background

  • onBackground

  • onBackgroundSecondary

  • onBackgroundTertiary

  • primary

  • onPrimary

  • secondary

  • onSecondary

  • outline

  • error

  • success

Following configurations are removed

  • themeColor

  • backgroundColor

  • primaryTextColor

  • primaryButtonBackgroundColor

  • bulletPoint

Following configurations are renamed

We renamed the buttonCornerRadius to buttonRadius.

Migrating to React Native SDK 2.0.0

Use new parameter sessionUrl

New API uses sessionUrl instead of a sessionToken. sessionUrl is a combination of base URL and session token.

We renamed the navigationBarImage parameter in configuration to logo.


Changelog

Date

Description

Jun 19, 2025

Separate iOS framework for NFC scanning section added

Mar 12, 2025

Documentation published