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
backgroundonBackgroundonBackgroundSecondaryonBackgroundTertiaryprimaryonPrimarysecondaryonSecondaryoutlineerrorsuccess
Following configurations are removed
themeColorbackgroundColorprimaryTextColorprimaryButtonBackgroundColorbulletPoint
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.
Rename parameter navigationBarImage to logo
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 |