Windows codegen isn't run when running codegen for other platforms for new modules #14111
Labels
Area: Library Template
Area: Turbo Modules
enhancement
Workstream: Module Support
Module developers have the requisite tooling and clear path for adding windows support to modules.
Milestone
Problem Description
The
create-react-native-library
base template includes the scripts to automatically runreact-native codegen
for ios/android as part of its build steps, but it doesn't runreact-native codegen-windows
.We should figure out some way of ensuring developers also run windows codegen, so when they change their specs, windows stays in sync with the other platforms.
Steps To Reproduce
cpp-lib
templateyarn prepare
Expected Results
RNW codegen is also run
CLI version
15.0.0-alpha.2
Environment
Community Modules
No response
Target Platform Version
10.0.22621
Target Device(s)
Desktop
Visual Studio Version
Visual Studio 2022
Build Configuration
Debug
Snack, code example, screenshot, or link to a repository
https://github.com/jonthysell/native-module-sample
The text was updated successfully, but these errors were encountered: