Documentation Index

Fetch the complete documentation index at: https://devdocs.veriff.com/llms.txt

Use this file to discover all available pages before exploring further.

React Native SDK migration guide

Prev Next

Migrating to React Native SDK 13.0.0

Following configurations are added:

  • feedbackSuccess

  • onFeedbackSuccess

  • feedbackError

  • onFeedbackError

Following configurations will be deprecated in the next major release:

  • error - replaced by onFeedbackError

  • success - replaced by onFeedbackSuccess

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

May 14, 2026

Migrating to React Native SDK 13.0.0 info added

Jun 19, 2025

Separate iOS framework for NFC scanning section added

Mar 12, 2025

Documentation published