react-native-phone-country-input 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  ![shows changing the phone number country code](./readme_assets/fast_changing_country_code.gif)
4
4
 
5
+ An international phone number input for React Native with country selection, per-country number masking, and a custom keyboard that avoids the native soft keyboard. Ideal for quick changing country codes, entering phone numbers or using bigger devices like tablets that do not have native support for phone number keyboards.
6
+
5
7
  [![npm version](https://img.shields.io/npm/v/react-native-phone-country-input.svg)](https://www.npmjs.com/package/react-native-phone-country-input)
6
8
  [![npm downloads](https://img.shields.io/npm/dw/react-native-phone-country-input.svg)](https://www.npmjs.com/package/react-native-phone-country-input)
7
9
  [![GitHub stars](https://img.shields.io/github/stars/cjoshmartin/react-native-phone-country-input.svg?style=social)](https://github.com/cjoshmartin/react-native-phone-country-input)
8
10
  [![MIT License](https://img.shields.io/npm/l/react-native-phone-country-input.svg)](./LICENSE)
9
11
 
10
- An international phone number input for React Native with country selection, per-country number masking, and a custom keyboard that avoids the native soft keyboard. Ideal for quick changing country codes, entering phone numbers or using bigger devices like tablets that do not have native support for phone number keyboards.
11
-
12
12
  ## Peer dependencies
13
13
 
14
14
  Install these if they are not already in your project:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-phone-country-input",
3
3
  "license": "MIT",
4
- "version": "1.0.8",
4
+ "version": "1.0.9",
5
5
  "description": "Phone number input for React Native & Expo — country picker, dial code selector, per-country masking, custom keyboard (no system keyboard flicker). Supports 270+ countries, tablets, iPad.",
6
6
  "keywords": [
7
7
  "react-native",