Skip to content

Wrong country code #132

@jahanzaib5244

Description

@jahanzaib5244

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions