react-native-international-phone-number 0.10.7 → 0.10.8

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -597,7 +597,8 @@ When utilizing this package, you may need to target the PhoneInput component in
597
597
  ```jsx
598
598
  const phoneInput = getByTestId('countryPickerPhoneInput');
599
599
  const flagContainerButton = getByTestId('countryPickerFlagContainerButton');
600
- const countrySelect = getByTestId('countrySelectSearchInput');
600
+ const countrySelectModalContainer = getByTestId('countrySelectContainer');
601
+ const countrySelectModalContent = getByTestId('countrySelectContent');
601
602
  const countrySelectBackdrop = getByTestId('countrySelectBackdrop');
602
603
  const countrySelectList = getByTestId('countrySelectList');
603
604
  const countrySelectSearchInput = getByTestId('countrySelectSearchInput');
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.10.7",
4
+ "version": "0.10.8",
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",
@@ -44,7 +44,7 @@
44
44
  "react-native": "*"
45
45
  },
46
46
  "dependencies": {
47
- "react-native-country-select": "0.2.4",
47
+ "react-native-country-select": "0.2.6",
48
48
  "libphonenumber-js": "1.12.17"
49
49
  },
50
50
  "devDependencies": {