react-native-international-phone-number 0.2.9 → 0.2.10

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/lib/index.js +2 -0
  2. package/package.json +6 -1
package/lib/index.js CHANGED
@@ -59,6 +59,8 @@ function PhoneInput({
59
59
  }}
60
60
  onSelect={onSelect}
61
61
  withFilter
62
+ withAlphaFilter
63
+ withCallingCode
62
64
  withCallingCodeButton
63
65
  theme={withDarkTheme ? DARK_THEME : DEFAULT_THEME}
64
66
  countryCode={selectedCountry ? selectedCountry.cca2 : 'BR'}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-international-phone-number",
3
3
  "author": "AstrOOnauta (https://github.com/AstrOOnauta)",
4
- "version": "0.2.9",
4
+ "version": "0.2.10",
5
5
  "description": "International mobile phone input component with mask for React Native",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -9,7 +9,12 @@
9
9
  "test": "echo \"Error: no test specified\" && exit 1"
10
10
  },
11
11
  "keywords": [
12
+ "mobile",
13
+ "ios",
14
+ "android",
12
15
  "react-native",
16
+ "expo",
17
+ "components",
13
18
  "typescript",
14
19
  "react-hook-form",
15
20
  "mask-input",