UNPKG

react-native-country-selector

Version:

A simple react native country picker. It provides name of country, dial code, currency, country code,flag and more.

60 lines (59 loc) 1.69 kB
{ "name": "react-native-country-selector", "version": "1.0.7", "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest", "start-both": "react-native run-android && react-native run-ios" }, "dependencies": { "react": "18.2.0", "react-native": "0.72.6" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/eslint-config": "^0.72.2", "@react-native/metro-config": "^0.72.11", "@tsconfig/react-native": "^3.0.0", "@types/react": "^18.0.24", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.2.1", "eslint": "^8.19.0", "jest": "^29.2.1", "metro-react-native-babel-preset": "0.76.8", "prettier": "^2.4.1", "react-test-renderer": "18.2.0", "typescript": "4.8.4" }, "engines": { "node": ">=16" }, "description": "A simple react native country picker. It provides name of country, dial code, currency, country code,flag and more.", "main": "index.js", "keywords": [ "React Native", "IOS", "Android picker", "Country Picker", "react", "react native country picker", "currency selector", "country flags", "country select" ], "author": "Christopher Enim", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/cenim/react-native-country-selector.git" }, "bugs": { "url": "https://github.com/cenim/react-native-country-selector/issues" }, "homepage": "https://github.com/cenim/react-native-country-selector" }