1.2.6 • Published 11 months 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
12 months ago
1.1.1
1 year ago
1.1.0
1 year ago
1.1.9
12 months ago
1.1.8
12 months ago
1.0.9
1 year ago
1.2.6
11 months ago
1.1.7
12 months ago
1.0.8
1 year ago
1.2.5
12 months ago
1.1.6
12 months ago
1.2.4
12 months ago
1.1.5
1 year ago
1.2.3
12 months ago
1.1.4
1 year ago
1.2.2
12 months ago
1.1.3
1 year ago
1.2.1
12 months ago
1.1.2
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago