Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.76] Stop generating code for unlinked libraries #630

Closed
cipolleschi opened this issue Nov 19, 2024 · 0 comments
Closed

[0.76] Stop generating code for unlinked libraries #630

cipolleschi opened this issue Nov 19, 2024 · 0 comments
Assignees
Labels
Type Pick Request Pick requests to include commits inside a React Native release

Comments

@cipolleschi
Copy link
Collaborator

Target Branch(es)

0.76

Link to commit or PR to be picked

facebook/react-native#47712

Description

In 0.76 we had an issue with https://github.com/facebook/react-native/issue/47550, where unlinked libraries got code generated and that resulted in build errors.

This fix filters out those libraries so that we don't generate code for the unlinked libraries.

This should not be backported to main as codegen changed in 0.77

@cipolleschi cipolleschi added the Type Pick Request Pick requests to include commits inside a React Native release label Nov 19, 2024
@blakef blakef moved this from Inbox to Done / Picked in React Native 0.76 Releases Dec 4, 2024
@blakef blakef closed this as completed by moving to Done / Picked in React Native 0.76 Releases Dec 4, 2024
@blakef blakef self-assigned this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type Pick Request Pick requests to include commits inside a React Native release
Projects
Status: Done / Picked
Development

No branches or pull requests

2 participants