thegamenicorus / react-native-phone-input

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

allow zero offsets #75

Open jshou opened 5 years ago

jshou commented 5 years ago

I had an issue where setting the offset to zero was getting ignored since it evaluates as falsy. I made this change to allow zero offsets.

Thanks!