Conversation
🦋 Changeset detectedLatest commit: 4494cd0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@shirakaba please review in retrospect, now that I know you've also been looking into the root cause of this 🙏 |
|
Oh, interesting – rather than just the This effectively makes it the same as we used to distribute autolinkable native modules in Old Arch, so looks fine to me at a glance, if we're not actually consciously making use of codegen features. My first thought is whether we can now remove this dependency on |
|
That's a good point, we probably can 🤔 |
|
I think the one consequence of this is a warning message during the build (in this case, Android):
Just documenting this in case anyone comes across it (or in case we become interested in clearing that warning). |
This fixes #159 by removing all configuration related to React Native codegen, which we're not actively using anyway.