Closed bombillazo closed 1 year ago
Yeah I want the same thing. @CaioQuirinoMedeiros would you accept a PR? I could do this in a few minutes.
Yes @nandorojo. But mind to keep it typescript friendly, I'm sure that this is the real challenge here
Could just use customInputProps
which reads the generic of InputComponent
's props.
But I ended up just using styled
from dripsy
to achieve what I wanted anyway.
Any update on this?
Im no longer using RN, I'll let others request this if they need it.
Currently, this component relies on the base React Native TextInput component.
It would be great to pass in a custom TextInput that this library could use to "wrap around" and maintain the functionality and styling of the passed component while adding the masking logic.