'RCTFabricComponentsPlugins.h' file not found fabric error in new arch #48713
Labels
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Newer Patch Available
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
Description
Although I created the structures in the Fabric documentation exactly, my objc-c class of the fabric plugin cannot find it, frankly, I could not find many resources, I created the c++ and header files that fabric needs with codegen, but I still continue to get this error 'RCTFabricComponentsPlugins.h' file not found
but if I do my import like this #import <React/RCTFabricComponentsPlugins.h> instead of #import “RCTFabricComponentsPlugins.h”, this time other errors come up, it cannot find the protocols, I showed pictures
can you help me what is the problem here?
https://github.com/reactwg/react-native-new-architecture/blob/main/docs/fabric-native-components.md#rtncenteredtextmm I am doing exactly the example at this address but it does not work, I get an error for the ios side
Steps to reproduce
tst
React Native Version
0.76.5
Affected Platforms
Runtime - iOS
Areas
Fabric - The New Renderer
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https:github/xxx1.com
Screenshots and Videos
The text was updated successfully, but these errors were encountered: