Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sohantalukder committed Jan 6, 2025
1 parent 18d1ae5 commit 1fdd730
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1fdd730

Please sign in to comment.