react-native-dropdown-country-picker
Advanced tools
Comparing version 1.0.5 to 1.0.7
@@ -46,5 +46,9 @@ import {ViewStyle} from 'react-native'; | ||
/** | ||
* Search Input Container Styles | ||
*/ | ||
searchStyles?: ViewStyle, | ||
/** | ||
* Search Input Text Styles | ||
*/ | ||
searchStyles?: ViewStyle, | ||
searchTextStyles?: ViewStyle, | ||
/** | ||
@@ -51,0 +55,0 @@ * Search Dropdown Container Styles |
{ | ||
"name": "react-native-dropdown-country-picker", | ||
"version": "1.0.5", | ||
"version": "1.0.7", | ||
"description": "React Native Dropdown Country Picker is same as that of HTML select list", | ||
@@ -5,0 +5,0 @@ "main": "index.tsx", |
@@ -93,3 +93,4 @@ | | | | | | | ||
| closeIcon | string | URL of the icon if you want to replace the close icon (Optional) | N/A | ||
| searchStyles | style object | style object to style the search input field (Optional) | N/A | ||
| searchStyles | style object | style object to style the search field (Optional) | N/A | ||
| searchTextStyles | style object | style object to style the search text input field (Optional) | N/A | ||
| dropdownStyles | style object | style object to style the dropdown container (Optional) | N/A | ||
@@ -96,0 +97,0 @@ | dropdownTextStyles | style object | style object to style the text inside dropdown container (Optional) | N/A |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36231
367
118