React Native Components v5.8.0
· One min read
Adds a customizable show/hide button to SecurePasswordTextField and fixes a missing event on SecureSegmentedPasscodeTextField.
Added
- Added
visibilityIconTintandisVisibilityButtonEnabledprops toSecurePasswordTextFieldto customize the native password-visibility toggle button, added in Android v3.15.0 and iOS v3.9.0 - Added
onTextEntryCompleteevent toSecureSegmentedPasscodeTextField - 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
Fixed
- Fixed iOS
SecureSegmentedPasscodeTextField'sonTextEntryCompleteevent not firing