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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
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
|
[](https://www.npmjs.com/package/react-native-phone-country-input)
|
|
6
8
|
[](https://www.npmjs.com/package/react-native-phone-country-input)
|
|
7
9
|
[](https://github.com/cjoshmartin/react-native-phone-country-input)
|
|
8
10
|
[](./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.
|
|
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",
|