thegamenicorus / react-native-phone-input

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

Need formatPhoneNumber when autoformat is true #135

Open ptrobert opened 4 years ago

ptrobert commented 4 years ago

we need formatPhoneNumber function refer to a react webversion of library react-phone-number-input. Like import { formatPhoneNumber } from 'react-phone-number-input'

when auto format is true, getvalue function is getting same formatted value ideally we need functions for following 1) E.164 format function should be made available. 2) International number format including country code with out formating 3) Only phonenumber format with out formatting