Patch file parse error
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 325
- PR merge metrics
- No merged PRs in 30d
Description
diff --git a/node_modules/react-native-country-picker-modal/lib/types.js b/node_modules/react-native-country-picker-modal/lib/types.js
index 4dd50e4..6d1af0c 100644
--- a/node_modules/react-native-country-picker-modal/lib/types.js
+++ b/node_modules/react-native-country-picker-modal/lib/types.js
@@ -1,4 +1,7 @@ export const CountryCodeList = [
+ 'HT',
+ 'US',
+ 'CA',
'AF',
'AL',
'DZ',
@@ -37,7 +40,6 @@ export const CountryCodeList = [
BI',
'KH',
'CM',
- 'CA',
'CV',
'BQ',
'KY',
@@ -93,7 +95,6 @@ export const CountryCodeList = [
GN',
'GW',
'GY',
- 'HT',
'HM',
'HN',
'HU',
@@ -232,7 +233,6 @@ export const CountryCodeList = [
'UA',
'AE',
'GB',
- 'US',
'UM',
'VI',
'UY',
@@ -248,7 +248,7 @@ export const CountryCodeList = [
'ZW',
'KI',
'HK',
- 'AX'
+ 'AX',
];
export const RegionList = [
'Africa',
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.