bhrott / react-native-masked-text

A pure javascript masked text and input text component for React-Native.
MIT License
1.61k stars 249 forks source link

refactor: add correct types to input ref #280

Closed gabrielyotoo closed 5 months ago

gabrielyotoo commented 1 year ago

Fixes #279

alexrabin commented 1 year ago

Need this!

gabrielyotoo commented 5 months ago

@bhrott said he won't maintain this package anymore. If you would like to, you can still use my repo in your projects:

in package.json

"dependencies": {
-  "react-native-masked-text": "^1.13.0",
  "react-native-masked-text": "git+https://github.com/gabrielyotoo/react-native-masked-text",
}