UNPKG

react-native-international-phone-number

Version:
54 lines (53 loc) 1.32 kB
{ "name": "react-native-international-phone-number", "author": "AstrOOnauta (https://github.com/AstrOOnauta)", "version": "0.10.4", "description": "International mobile phone input component with mask for React Native", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mobile", "ios", "android", "react-native", "expo", "components", "typescript", "react-hook-form", "mask-input", "phone-input", "international-number-phone", "picker", "country-picker", "country", "flag", "custom-lib", "codes", "search", "animated", "input" ], "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/AstrOOnauta/react-native-international-phone-number.git" }, "bugs": { "url": "https://github.com/AstrOOnauta/react-native-international-phone-number/issues" }, "homepage": "https://github.com/AstrOOnauta/react-native-international-phone-number", "peerDependencies": { "react": "*", "react-native": "*" }, "dependencies": { "react-native-country-select": "0.2.3", "libphonenumber-js": "1.12.10" }, "devDependencies": { "metro-react-native-babel-preset": "^0.61.0" } }