1.2.6 • Published 1 year ago
rn-country-code-picker-modal v1.2.6
A react native country code picker view with a modal, in typescript.
It comes with a built-in TypeScript typings and is compatible with all popular JavaScript frameworks. You can use it directly or leverage well-maintained wrapper packages that allow for a more native integration with your frameworks of choice.
Example:

How to use:
import CountryCodePicker from 'rn-country-code-picker-modal';
<CountryCodePicker
onPickedCode={code => {
setPhoneNumber(code);
}}
/>CountryCodePicker Props -
| Name | Type | Default |
|---|---|---|
| pickerStyle | ViewStyle | |
| modalStyle | ViewStyle; | |
| textStyle | TextStyle; | |
| onPickedCode | (code: string) => void; | |
| filterBarColor | string; |
1.2.0
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.1.9
1 year ago
1.1.8
1 year ago
1.0.9
1 year ago
1.2.6
1 year ago
1.1.7
1 year ago
1.0.8
1 year ago
1.2.5
1 year ago
1.1.6
1 year ago
1.2.4
1 year ago
1.1.5
1 year ago
1.2.3
1 year ago
1.1.4
1 year ago
1.2.2
1 year ago
1.1.3
1 year ago
1.2.1
1 year ago
1.1.2
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago