1.0.5 • Published 1 month ago

rn-country-code-picker-modal v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago
  • 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:

npm.io npm.io

How to use:

import CountryCodePicker from 'rn-country-code-picker-modal';

    <CountryCodePicker
              onPickedCode={code => {
                setPhoneNumber(code);
              }}
            />

CountryCodePicker Props -

NameTypeDefault
pickerStyleViewStyle
modalStyleViewStyle;
textStyleTextStyle;
onPickedCode(code: string) => void;
filterBarColorstring;
1.0.5

1 month ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago