CaioQuirinoMedeiros/react-native-mask-input

MaskInput with Typescript errors as missing ever TextInput prop

Closed this issue · 2 comments

When I add the MaskInput in my code like seen in the README, it underlines red as missing every prop from TextInput. With Typescript

specifically is missing the following properties from type 'Pick<TextInputProps, and it lists over 100

Important to note that without actually throwing build errors, it will still run, but somethings still not right

You right, the typing is messed up, I'll take a look at it

fixed on v1.0.4