Skip to content

Commit

Permalink
fix yarn patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Mar 4, 2024
1 parent 998fc86 commit c3a4ed3
Show file tree
Hide file tree
Showing 3 changed files with 5,658 additions and 245 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/native_modules.gradle b/native_modules.gradle
index 58492ea5d5410cd2cb362385a8ebb8754d27c301..d03521c86f9a3638fa4646088ef3aabde7eb5b6d 100644
--- a/native_modules.gradle
+++ b/native_modules.gradle
@@ -298,6 +298,7 @@ class ReactNativeModules {
if (it.cxxModuleCMakeListsModuleName != null) {
autolinkedLibraries += "\n${it.cxxModuleCMakeListsModuleName}"
}
+ autolinkedLibraries
}.minus(null).join('\n ')
}

Binary file not shown.
Loading

0 comments on commit c3a4ed3

Please sign in to comment.