bhrott / react-native-masked-text

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

TextInputMask + Unform + Yup #227

Closed JulianoBazzi closed 4 years ago

JulianoBazzi commented 4 years ago

Good night. Is it possible to use TextInputMask with Unform and Yup?

alikrodrigues commented 4 years ago

I need use with unform too, I can't get the element value for my registerField.. it's just when use the TextInputMask

RodriguesCosta commented 4 years ago

hi, the @Rocketseat team updated the docs to include instructions for this implementation, view this link for instructions https://unform.dev/examples/react-native-input-mask

JulianoBazzi commented 4 years ago

Thank you.