UNPKG

react-phone-number-input

Version:

Telephone number input React component

15 lines (10 loc) 572 B
'use strict' // This file is deprecated. // It's the same as `index.cjs`, just with an added `.js` file extension. // It only exists for compatibility with the software that doesn't like `*.cjs` file extension. // https://gitlab.com/catamphetamine/libphonenumber-js/-/issues/61#note_950728292 var metadata = require('libphonenumber-js/min/metadata') var createPhoneInput = require('../commonjs/react-native/PhoneInput.js').createPhoneInput var PhoneInput = createPhoneInput(metadata) exports = module.exports = PhoneInput exports['default'] = PhoneInput