react-native-international-phone-number 0.7.4 → 0.7.6

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 CHANGED
@@ -150,7 +150,7 @@ npx react-native-asset
150
150
  - 🎨 Lib with UI customizable;
151
151
  - 🌎 Phone Input Mask according with the selected country;
152
152
  - 👨‍💻 Functional and class component support;
153
- - 🈶 20 languages supported.
153
+ - 🈶 21 languages supported.
154
154
 
155
155
  <br>
156
156
 
@@ -699,6 +699,8 @@ export default function App() {
699
699
  - `phoneInputStyles?:` [IPhoneInputStyles](lib/interfaces/phoneInputStyles.ts);
700
700
  - `modalStyles?:` [IModalStyles](lib/interfaces/modalStyles.ts);
701
701
  - `modalSearchInputPlaceholder?:` string;
702
+ - `modalSearchInputPlaceholderTextColor?:` string;
703
+ - `modalSearchInputSelectionColor?:` string;
702
704
  - `modalNotFoundCountryMessage?:` string;
703
705
  - `customCaret?:` [ReactNode](https://reactnative.dev/docs/react-node);
704
706
  - `ref?:` [Ref](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/663f439d11d78b65f1dfd38d120f3728ea2cc207/types/react/index.d.ts#L100)<[IPhoneInputRef](lib/interfaces/phoneInputRef.ts)>
@@ -738,7 +740,8 @@ export default function App() {
738
740
  "ro": "Romanian",
739
741
  "ru": "Russian",
740
742
  "ua": "Ukrainian",
741
- "zh": "Chinese (Simplified)"
743
+ "zh": "Chinese (Simplified)",
744
+ "ar": "Arabic"
742
745
  },
743
746
  ```
744
747