rili-live / react-native-phone-input

Phone input box for React Native
https://www.npmjs.com/package/react-native-phone-input
MIT License
44 stars 55 forks source link

Fix getNumType method and add tests #25

Closed jacquesdev closed 2 years ago

jacquesdev commented 2 years ago

I upgraded this package having previous had the original package. I noticed that one thing was breaking for me after the upgrade, which was that the numbertype was being returned as undefined.

I investigated the issue, and also added some unit tests to prove my work, and to ensure the code quality stays good going forward.

Any other changes needed, please let me know!

rililive commented 2 years ago

Thanks for adding unit tests!