react-native-international-phone-number 0.7.5 → 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
 
@@ -740,7 +740,8 @@ export default function App() {
740
740
  "ro": "Romanian",
741
741
  "ru": "Russian",
742
742
  "ua": "Ukrainian",
743
- "zh": "Chinese (Simplified)"
743
+ "zh": "Chinese (Simplified)",
744
+ "ar": "Arabic"
744
745
  },
745
746
  ```
746
747