Stefano Formicola

Results 20 comments of Stefano Formicola

> Apparently this is an R8 bug: https://issuetracker.google.com/issues/206855609 > > Following https://issuetracker.google.com/issues/206855609#comment9 solved the issue. This helped a lot, thanks! I'm using r8:3.1.51

Same issue. Can't set the `-opt-in=kotlin.ExperimentalStdlibApi` compiler flag. My kotlin version is `1.6.10` **Edit** I upgraded to Gradle 7.5.1 and it works `./gradlew wrapper --gradle-version 7.5.1 --distribution-type=all`

> try [Jichao@f54159f](https://github.com/Jichao/react-native/commit/f54159f774b57d7d2380ce51a9fa2e4a8c6ee039) > add > `s.dependency "React-hermes", version ` > to react-core.podspec For me applying this patch resulted in the following error from `RCTThirdPartyFabricComponentsProvider.h` in pod React-Codegen: `... /ios/build/generated/ios/RCTThirdPartyFabricComponentsProvider.h:14:9:...

@jamonholmgren not really, I guess paths should be relative to the location of the script rather than `user.dir`. I [asked](https://chat.openai.com/share/33a3031d-12db-4417-bd45-cbb53967de47) GPT 3.5 but didn't try it yet

Solution: https://github.com/Monte9/react-native-ratings/issues/168 fixed by patching 'react-native-ratings'

**Warning: all untracked files of your repo will be deleted** I gitclean'd my workspace: ```sh git clean -fxd yarn install cd ios pod install ``` and it worked 💥 🤯

Same! it only happens on the simulator though (iOS 14.5), on my device the file is correctly downloaded (I used react-native-blob-util) and opened in preview. Also, on iOS 15.0 simulators...

Still fails applying migrations with these workarounds. Yarn 3.4.1, Nx 16.7.2, Node 18.13.0. Edit: Running `YARN_NODE_LINKER="node-modules" NX_MIGRATE_SKIP_INSTALL=1 yarn nx migrate --run-migrations` solved my issue as the error comes when Nx...