-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'RCTFabricComponentsPlugins.h' file not found fabric error in new arch #48713
Comments
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.76.6. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
@gurkan-baykan Can you share the repo link as well. It will be good for us to quickly look at this. |
can you look this url https://github.com/gurkan-baykan/LineChart |
hey , the content of the files I created with codegen is empty could this be the problem |
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.com/gurkan-baykan/LineChart)
Screenshots and Videos
The text was updated successfully, but these errors were encountered: