react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

fix types for TextField `validate` props

Open ipanasenko opened this issue 1 year ago • 0 comments

Description

Type of TextField's validate prop is too generic. We know it will be invoked with a string and needs to return a boolean value

Changelog

  • TextField - update type for validate prop

ipanasenko avatar Jul 02 '24 13:07 ipanasenko