We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
facebook/react-native#47712
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
The text was updated successfully, but these errors were encountered:
blakef
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: