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

Render Error: Cannor read property 'defaultValue' of undefined #282

Open DilmarJunior opened 10 months ago

DilmarJunior commented 10 months ago

Hello!

When I try to use react-native-masked-text, an error is returned saying "cannot read property 'defaultValue' of undefined."

Did I pass a default value for TextInputMask?

Here's my code: image

And this is the error:

image

I'm importing the react-native-mask: image

Can anyone help me?