Nicola Corti

Results 1291 comments of Nicola Corti

> because we are using `react-native-nordic-dfu` which uses `@import` syntax to import Swift modules Have you considered raising this issue on `react-native-nordic-dfu`? I suppose they might have other users with...

> I guess this will break other things in the future (maybe the new arch) but at least I can work with this now. Yup that's correct, you won't be...

> I had then to go to XCode and change it there so it would reflect in `project.pbxproj` because XCode was still referencing `.m` over `.mm`. Probably a thing to...

> but XCode didn't pick the new name even after a fresh build cleaning everything the build failed 😕 Ah I see. Thanks for explaining. @cipolleschi what's your take here....

> One assumption was about the `jsc-android` packge. Could you please take a look? At least to point any direction where the source might be? Have you tried switching over...

> On the current project, we had no plans to use Hermes for now, since it's not very stable yet... That's actually not true IMHO. We're usign Hermes in production...

> would you be able to help with the issue above (without enabling Hermes)? Sadly not. That's a native crash that it's really hard to debug. I was suggesting a...

Yup we're aware of this (cc @ShikaSD). It's a new warning that Gradle introduced, so far it's not affecting the build output, but we'll look into finding a different approach...

> Please, I really hope this doesn't mean upgrading native dependencies one by one to fix / correct a gradle config issue, but rather a global fix from RN. Yes...