We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch react-native-i18n@2.0.15 for the project I'm working on.
react-native-i18n@2.0.15
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-i18n/android/.classpath b/node_modules/react-native-i18n/android/.classpath new file mode 100644 index 0000000..bbe97e5 --- /dev/null +++ b/node_modules/react-native-i18n/android/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/> + <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> + <classpathentry kind="output" path="bin/default"/> +</classpath> diff --git a/node_modules/react-native-i18n/android/.project b/node_modules/react-native-i18n/android/.project new file mode 100644 index 0000000..c0173e5 --- /dev/null +++ b/node_modules/react-native-i18n/android/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>react-native-i18n</name> + <comment>Project react-native-i18n created by Buildship.</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.buildship.core.gradleprojectbuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.buildship.core.gradleprojectnature</nature> + </natures> +</projectDescription> diff --git a/node_modules/react-native-i18n/android/.settings/org.eclipse.buildship.core.prefs b/node_modules/react-native-i18n/android/.settings/org.eclipse.buildship.core.prefs new file mode 100644 index 0000000..1675490 --- /dev/null +++ b/node_modules/react-native-i18n/android/.settings/org.eclipse.buildship.core.prefs @@ -0,0 +1,2 @@ +connection.project.dir=../../../android +eclipse.preferences.version=1 diff --git a/node_modules/react-native-i18n/android/build.gradle b/node_modules/react-native-i18n/android/build.gradle index 2614c62..746b873 100644 --- a/node_modules/react-native-i18n/android/build.gradle +++ b/node_modules/react-native-i18n/android/build.gradle @@ -22,5 +22,5 @@ android { } dependencies { - compile "com.facebook.react:react-native:+" // From node_modules + implementation "com.facebook.react:react-native:+" // From node_modules }
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
react-native-i18n@2.0.15
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: