From 1fdd7305c3ca6abc73d92dd4b826e9cf7ba2fc94 Mon Sep 17 00:00:00 2001 From: sohantalukder Date: Mon, 6 Jan 2025 12:28:13 +0600 Subject: [PATCH] edit readme --- ReadMe.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 562fc45..e011a79 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -69,12 +69,12 @@ export default MyComponent; ### Methods -| Method | Description | -|-------------------|--------------------------------------------------| -| `isValidNumber` | `(value: string) => boolean` | -| `onChangeText` | `(value: string) => void` | -| `defaultCountry` | `(code: CountryCode) => void` | -| `defaultValue` | `(text: string) => void` | +| Method | Type | Description | +|-------------------|---------------------------------|------------------------------------------------| +| `isValidNumber` | `(value: string) => boolean` | Validates if the given phone number is valid. | +| `onChangeText` | `(value: string) => void` | Updates the text value of the input. | +| `defaultCountry` | `(code: CountryCode) => void` | Sets the default country code. | +| `defaultValue` | `(text: string) => void` | Sets the default text value for the input. | ## License