Skip to main content

React Native version v4.0.3

ยท One min read

Overviewโ€‹

Bug fixes for Android SDK and improved consistency with iOS.

Fixesโ€‹

Androidโ€‹

  • Detokenization events in Android now match the iOS format - SecureCardCVVLabel, SecureCardNumberLabel, and SecureCardPinLabel callbacks now return { value } on success or { error } on failure.
  • Fixed styling issues - Text color, size, and background now apply consistently to secure labels.
  • General Android SDK improvements - Removed redundant detokenization methods and standardised event structure.