react-native-phone-input
react-native-phone-input copied to clipboard
Need formatPhoneNumber when autoformat is true
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
- E.164 format function should be made available.
- International number format including country code with out formating
- Only phonenumber format with out formatting