1.2.6 • Published 10 months ago

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

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months 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.2.0

10 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.1.9

10 months ago

1.1.8

10 months ago

1.0.9

11 months ago

1.2.6

10 months ago

1.1.7

10 months ago

1.0.8

11 months ago

1.2.5

10 months ago

1.1.6

10 months ago

1.2.4

10 months ago

1.1.5

11 months ago

1.2.3

10 months ago

1.1.4

11 months ago

1.2.2

10 months ago

1.1.3

11 months ago

1.2.1

10 months ago

1.1.2

11 months 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