Sainath Ramanathansainathr.hashnode.dev·Oct 8, 2022Empty phone number field validation using yup-phoneI recently encountered an issue while using the library yup-phone yup-phone is a react-library that can be used to validate phone numbers entered in the form field. It uses google-libphonenumber to validate any given phone number in the input field. ...158 readsyup-phone