-
-
Notifications
You must be signed in to change notification settings - Fork 691
Open
Labels
β questionFurther information is requestedFurther information is requestedπ·ββοΈ buildBuild issueBuild issue
Description
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch react-native-iap@14.6.2 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-iap/android/.project b/node_modules/react-native-iap/android/.project
new file mode 100644
index 0000000..f4f88b1
--- /dev/null
+++ b/node_modules/react-native-iap/android/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>react-native-iap</name>
+ <comment>Project react-native-iap created by Buildship.</comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.buildship.core.gradleprojectbuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
+ </natures>
+ <filteredResources>
+ <filter>
+ <id>1757922737019</id>
+ <name></name>
+ <type>30</type>
+ <matcher>
+ <id>org.eclipse.core.resources.regexFilterMatcher</id>
+ <arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
+ </matcher>
+ </filter>
+ </filteredResources>
+</projectDescription>This issue body was partially generated by patch-package.
coderabbitai
Metadata
Metadata
Assignees
Labels
β questionFurther information is requestedFurther information is requestedπ·ββοΈ buildBuild issueBuild issue