react-native-searchable-country-dropdown
Version:
A simple react native component that allows you to search and pick a country from the dropdown. The dropdown then returns the country and country code of the item selected from the dropdown.
32 lines (31 loc) • 1.05 kB
JSON
{
"name": "react-native-searchable-country-dropdown",
"version": "1.0.1",
"description": "A simple react native component that allows you to search and pick a country from the dropdown. The dropdown then returns the country and country code of the item selected from the dropdown.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chengwee/react-native-searchable-country-dropdown.git"
},
"keywords": [
"react-native",
"country-picker",
"country-dropdown",
"searchable-country-dropdown",
"textinput-country",
"country"
],
"author": "ChengWee Hoe",
"license": "MIT",
"bugs": {
"url": "https://github.com/chengwee/react-native-searchable-country-dropdown/issues"
},
"homepage": "https://github.com/chengwee/react-native-searchable-country-dropdown#readme",
"dependencies": {
"country-list": "^2.2.0",
"react-native-flags": "^1.0.0"
}
}