Skip to main content

React Native Components v5.3.5

· One min read

Adds a customizable show/hide button to SecurePasswordTextField and fixes a missing event on SecureSegmentedPasscodeTextField, backported from v5.8.0.

Added

  • Added visibilityIconTint and isVisibilityButtonEnabled props to SecurePasswordTextField to customize the native password-visibility toggle button, added in Android v3.15.0 and iOS v3.9.0
  • Added onTextEntryComplete event to SecureSegmentedPasscodeTextField
  • Added 3/4-digit shorthand hex support (e.g. #fff, #f0f8) to iOS's shared hex color parsing, used by all color props across the components

Changed

  • Bumped Android secure components SDK to 3.15.+
  • Bumped iOS WeavrComponents dependency to ~> 3.9.0

Fixed

  • Fixed iOS SecureSegmentedPasscodeTextField's onTextEntryComplete event not firing