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
10 lines (9 loc) • 406 B
JavaScript
;
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 = __importDefault(require("./main/phone-input/PhoneInput"));
exports.PhoneInput = PhoneInput_1.default;
exports.default = PhoneInput_1.default;