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

fix: use 'all' for fabric components codegen config #715

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

satya164
Copy link
Member

@satya164 satya164 commented Dec 4, 2024

currently codegen doesn't generate all required files such as Android.mk, CMakeLists.txt etc. for fabric when type is set to components. so we use all for now until this bug is fixed.

closes #661

currently codegen doesn't generate all required files such as `Android.mk`, `CMakeLists.txt` etc. for fabric when type is set to `components`. so we use `all` for now until this bug is fixed.

closes #661
@satya164 satya164 added this pull request to the merge queue Dec 4, 2024
@satya164 satya164 removed this pull request from the merge queue due to a manual request Dec 4, 2024
@satya164 satya164 merged commit 219055b into main Dec 4, 2024
19 checks passed
@satya164 satya164 deleted the @satya164/codegen-all branch December 4, 2024 14:34
Serchinastico added a commit to Serchinastico/react-native-builder-bob that referenced this pull request Feb 18, 2025
github-merge-queue bot pushed a commit that referenced this pull request Feb 25, 2025
<!-- Please provide enough information so that others can review your
pull request. -->
<!-- Keep pull requests small and focused on a single change. -->

### Summary

<!-- What existing problem does the pull request solve? Can you solve
the issue with a different approach? -->

I'm bringing back the fix implemented in
#715.
Unfortunately, it was overwritten in
#721 so
versions 0.48.x of create-react-native-library are failing Android
builds for Fabric components.

Fixes #767
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CMake Error while running in RN 0.75 (newArchEnabled = true)
2 participants