From a25f2e60ad992cb5a5a9c5439ca0463a13b7f622 Mon Sep 17 00:00:00 2001 From: Anurag Garg Date: Sun, 15 Nov 2020 18:04:49 +0530 Subject: [PATCH] Updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1ff1969..b0d443c 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ export default App; - `withShadow?`: boolean - `autoFocus?`: boolean - `defaultValue?`: string +- `value?`: string - `disabled?`: boolean - `disableArrowIcon?`: boolean - `placeholder?`: string; @@ -140,11 +141,14 @@ export default App; - `textInputStyle?`: `StyleProp`; - `codeTextStyle?`: `StyleProp`; - `flagButtonStyle?`: `StyleProp`; +- `filterProps?`: CountryFilterProps; +- `countryPickerProps?`: any; ## Methods - `getCountryCode`: () => [CountryCode](https://github.com/xcarpentier/react-native-country-picker-modal/blob/master/src/types.ts#L252) - `getCallingCode`: () => string | undefined +- `getNumberAfterPossiblyEliminatingZero`: () => {number: string , formattedNumber: string }; - `isValidNumber`: (number: string) => boolean ## FAQ