— A custom input field component can be passed. In that case, it must doReact.forwardRef()to the actual input field. Receives properties:value: string,onChangeText(value: string), and all the "rest" of the pro
If that's not an option, maybe this library could export a normalizePhoneNumber function that would normalize it in the same way that it does it onChange so that users could normalize the initial value before passing it in as the value prop. (Kind of like how formatPhoneNumber function is...