UNPKG

rn-phone-input-field

Version:

A React Native phone number input component built from scratch, featuring a text input for number entry, a custom dropdown for selecting country codes, and validation logic using regex or country-specific rules. It supports formatting, localization, and s

6 lines (5 loc) 236 B
import PhoneInput from './main/phone-input/PhoneInput'; export default PhoneInput; export { PhoneInput }; export type { PhoneInputProps, PhoneInputRef } from './index.d'; export type { CountryCode } from './main/constants/constants.d';