react-native-international-phone-number 0.5.1 → 0.5.2

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.
@@ -898,7 +898,7 @@ export const countries = [
898
898
  {
899
899
  callingCode: '+975',
900
900
  cca2: 'BT',
901
- flag: '🇧 🇹',
901
+ flag: '🇧🇹',
902
902
  name: {
903
903
  bg: 'Бутан',
904
904
  by: 'Бутан',
@@ -1369,7 +1369,7 @@ export const countries = [
1369
1369
  {
1370
1370
  callingCode: '+57',
1371
1371
  cca2: 'CO',
1372
- flag: ' 🇨🇴',
1372
+ flag: '🇨🇴',
1373
1373
  name: {
1374
1374
  bg: 'Колумбия',
1375
1375
  by: 'Калумбія',
@@ -1628,7 +1628,7 @@ export const countries = [
1628
1628
  {
1629
1629
  callingCode: '+45',
1630
1630
  cca2: 'DK',
1631
- flag: '🇩 🇰',
1631
+ flag: '🇩🇰',
1632
1632
  name: {
1633
1633
  bg: 'Дания',
1634
1634
  by: 'Данія',
@@ -1936,7 +1936,7 @@ export const countries = [
1936
1936
  {
1937
1937
  callingCode: '+679',
1938
1938
  cca2: 'FJ',
1939
- flag: ' 🇫🇯',
1939
+ flag: '🇫🇯',
1940
1940
  name: {
1941
1941
  bg: 'Фиджи',
1942
1942
  by: 'Фіджы',
@@ -3600,7 +3600,7 @@ export const countries = [
3600
3600
  {
3601
3601
  callingCode: '+231',
3602
3602
  cca2: 'LR',
3603
- flag: ' 🇱🇷',
3603
+ flag: '🇱🇷',
3604
3604
  name: {
3605
3605
  bg: 'Либерия',
3606
3606
  by: 'Ліберыя',
@@ -3684,7 +3684,7 @@ export const countries = [
3684
3684
  {
3685
3685
  callingCode: '+352',
3686
3686
  cca2: 'LU',
3687
- flag: '🇱 🇺',
3687
+ flag: '🇱🇺',
3688
3688
  name: {
3689
3689
  bg: 'Люксембург',
3690
3690
  by: 'Люксембург',
@@ -4188,7 +4188,7 @@ export const countries = [
4188
4188
  {
4189
4189
  callingCode: '+1',
4190
4190
  cca2: 'MS',
4191
- flag: ' 🇲🇸',
4191
+ flag: '🇲🇸',
4192
4192
  name: {
4193
4193
  bg: 'Монсерат',
4194
4194
  by: 'Мансерат',
@@ -4328,7 +4328,7 @@ export const countries = [
4328
4328
  {
4329
4329
  callingCode: '+52',
4330
4330
  cca2: 'MX',
4331
- flag: '🇲 🇽',
4331
+ flag: '🇲🇽',
4332
4332
  name: {
4333
4333
  bg: 'Мексико',
4334
4334
  by: 'Мексіка',
@@ -4636,7 +4636,7 @@ export const countries = [
4636
4636
  {
4637
4637
  callingCode: '+977',
4638
4638
  cca2: 'NP',
4639
- flag: '🇳 🇵',
4639
+ flag: '🇳🇵',
4640
4640
  name: {
4641
4641
  bg: 'Непал',
4642
4642
  by: 'Непал',
@@ -7079,7 +7079,7 @@ export const countries = [
7079
7079
  {
7080
7080
  callingCode: '+27',
7081
7081
  cca2: 'ZA',
7082
- flag: ' 🇿🇦',
7082
+ flag: '🇿🇦',
7083
7083
  name: {
7084
7084
  bg: 'Южна Африка',
7085
7085
  by: 'Паўднёвая Афрыка',
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.5.1",
4
+ "version": "0.5.2",
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",