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

How to mock react-native-masked-text to work with jest test cases #273

Open SupriyaPKalghatgi opened 2 years ago

SupriyaPKalghatgi commented 2 years ago

Here are my package.json details

"expo": "^44.0.0",
"react": "17.0.1",
"react-native": "0.64.3",
"react-native-masked-text": "^1.13.0",
"jest": "28.1.2",
"jest-expo": "^45.0.1",

@benhurott I am stuck onto this, Please help