Skip to content

Conversation

vineethkuttan
Copy link
Contributor

@vineethkuttan vineethkuttan commented Oct 8, 2025

Description

Removing auto generated codegen files from the repo

Type of Change

Erase all that don't apply.

  • Cleaning up git repository

Why

The auto-generated files do not need to be in the repository

What

In React Native, codegen files are typically generated as part of the Native Module and TurboModule system, which allows JavaScript to communicate with native code. These files are auto-generated to reduce boilerplate and ensure type safety between JS and native layers. These files will be generated when running command yarn build.

Changes Added

i)Removed the files
ii)Remove the format check on auto generated files
iii)Generate files during nuget packing by running yarn build

Changelog

Should this change be included in the release notes: no

Add a brief summary of the change to use in the release notes for the next release.
Removing auto generated codegen files from the repo

Microsoft Reviewers: Open in CodeFlow

@vineethkuttan vineethkuttan changed the title [TESTING] Removing auto generated files Removing auto generated files Oct 9, 2025
@vineethkuttan vineethkuttan marked this pull request as ready for review October 9, 2025 04:56
@vineethkuttan vineethkuttan requested review from a team as code owners October 9, 2025 04:56
@vineethkuttan vineethkuttan self-assigned this Oct 9, 2025
@HariniMalothu17
Copy link
Contributor

Could you add more detail to the description explaining what specific changes like running what commands led to the creation of these unwanted codegen files

@vineethkuttan vineethkuttan reopened this Oct 14, 2025
vineethkuttan added a commit to vineethkuttan/react-native-windows that referenced this pull request Oct 17, 2025
Added to avoid conflicts in integration
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.

4 participants