Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vhqtvn committed Oct 7, 2024
1 parent f9ee9f2 commit 17f3c1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/post-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ hack([
hack([
"node_modules/@react-native/gradle-plugin/src/main/kotlin/com/facebook/react/TaskConfiguration.kt",
], (s) => {
s=s.replace(
"val bundleTask =",
"/*val*//*bundleTask/**/=*/"
)
s=s.replace(
"variant.sources.res?.addGeneratedSourceDirectory(bundleTask, BundleHermesCTask::resourcesDir)",
"// variant.sources.res?./*we're embedding so, not-*/addGeneratedSourceDirectory(bundleTask, BundleHermesCTask::resourcesDir)"
Expand Down

0 comments on commit 17f3c1f

Please sign in to comment.