-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5,658 additions
and
245 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
.yarn/patches/@react-native-community-cli-platform-android-npm-13.6.0-036e406a84.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.