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

5 lines (4 loc) 142 B
import React from 'react'; import type { PickerProps } from './Picker.d'; declare const Picker: React.FC<PickerProps>; export default Picker;