React Native Components v4.0.3
· One min read
Bug fixes for Android SDK and improved consistency with iOS.
Fixes
Android
- Detokenization events in Android now match the iOS format -
SecureCardCVVLabel,SecureCardNumberLabel, andSecureCardPinLabelcallbacks 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.