react-native-masked-text
react-native-masked-text copied to clipboard
support for object refs
Prior to this PR, inputRef
could not be a ref object, despite it being the new standard.
Refs created with React.createRef()
and React.useRef()
are now supported.
+1
+1
+1 you should merge this PR :)