Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch react-native-country-codes-picker@2.3.4 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-country-codes-picker/constants/countryCodes.ts b/node_modules/react-native-country-codes-picker/constants/countryCodes.ts
index 3bcf748..f600e40 100644
--- a/node_modules/react-native-country-codes-picker/constants/countryCodes.ts
+++ b/node_modules/react-native-country-codes-picker/constants/countryCodes.ts
@@ -2561,7 +2561,7 @@ export const countryCodes: CountryItem[] = [
"ar": "غويانا",
},
- "dial_code": "+595",
+ "dial_code": "+592",
"code": "GY",
"flag": "🇬🇾"
},
This issue body was partially generated by patch-package.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
react-native-country-codes-picker@2.3.4for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.