Valerii Smirnov
Valerii Smirnov
@simonhaenisch Is not it better to find all tsconfig paths and just use search inside of the array and use most similar path. How much performace cost has `findConfigFile`? Btw,...
Please provide more information about your setup How does it perform in your case?
Probably it's related with this #1821
When it will be reviewed?
In my case adding this patch is not actually fixes subsequent builds. This workaround fixes the issue ```bash ./gradlew bundleRelease rm -rf app/build/generated gradlew assembleRelease ```
@DmitriyKirakosyan yep We are using this in our script as workaround ```bash ./gradlew bundleRelease rm -rf app/build/generated ./gradlew assembleRelease ```
I'm just applying this patch, but susequent builds is not working ```diff diff --git a/scripts/generateBundledResourcesHash.js b/scripts/generateBundledResourcesHash.js index 01ab70ca51e274eeedc22a03d0b1416280d9b0ce..8bd21491020eae7c4d772925ee08cbc6098fb09f 100644 --- a/scripts/generateBundledResourcesHash.js +++ b/scripts/generateBundledResourcesHash.js @@ -78,6 +78,9 @@ function addJsBundleAndMetaToManifest() {...
@yurenchen000 Can it be released with latest version of jq?
Working and more customizable method: https://github.com/XantreGodlike/react-fast-hoc/blob/main/examples/react-native-default-styles.md
Install `@babel/plugin-proposal-export-namespace-from` and add `@babel/plugin-proposal-export-namespace-from` to your babel config