-
| 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? | 
Beta Was this translation helpful? Give feedback.
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: | 
Beta Was this translation helpful? Give feedback.
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