|
Hi, I am looking to create a new native module however I am facing issues getting the include example to run. I have no changed anything and have been following Create a new React Native library project docs. I am specifically trying to create a cpp-lib for a turbo module.' When building the project is unable to find the generated code despite it being there. If I run
Any ideas on what I could be missing? |
Answered by
KGGrande
Aug 8, 2025
Replies: 1 comment
|
Looks like this was the culprit as it was generating and expecting a different name for the generated file. as well as Expected: |
0 replies
Answer selected by
KGGrande
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like this was the culprit as it was generating and expecting a different name for the generated file.
as well as
src/TCPWindows.tsExpected:
codegen/NativeReactNativeWindowsTcpSpec.g.hbut was generating
codegen/NativeWindowsTcpSpec.g.h