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
, andSecureCardPinLabel
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.