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

9 lines (8 loc) 442 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.PhoneInput = void 0; var PhoneInput_1 = require("./main/phone-input/PhoneInput"); Object.defineProperty(exports, "PhoneInput", { enumerable: true, get: function () { return __importDefault(PhoneInput_1).default; } });