UNPKG

react-native-phone-number-input-formatted

Version:
45 lines (44 loc) 1.03 kB
{ "name": "react-native-phone-number-input-formatted", "version": "2.2.8", "description": "Phone Number Input Component with Formatting", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\"" }, "repository": { "type": "git", "url": "git+https://github.com/amitferman/react-native-phone-number-input-formatted.git" }, "author": "anuraggarg", "contributors": [ "amitferman" ], "license": "MIT", "peerDependencies": { "react": "*", "react-native": "*" }, "keywords": [ "react-native", "phone", "telephone", "phone input", "input", "formatting", "tel", "input text", "international", "react-native-component", "ios", "android" ], "dependencies": { "google-libphonenumber": "^3.2.10", "react-native-country-picker-modal": "^2.0.0" }, "devDependencies": { "metro-react-native-babel-preset": "^0.61.0" } }