[0.76][iOS][Codegen] Fabric Native Component from website has a bug #47175
Labels
Platform: iOS
iOS applications.
Resolution: PR Submitted
A pull request with a fix has been provided.
Description
Currently codegen generates
RCTThirdPartyFabricComponents
wrappers with references to the Fabric Components. If these components are inlined in your application, they fail to build (as the they're linked in the Pods and not the App, so can't find the symbols). You'll see an error similar to this (except your component class will be missing):We're expecting a fix to ship in 0.76.1 (#47176), but leaving this issue here as a placeholder until that's the case.
Appendix:
See commented out lines, which you'll have to do until the fix ships.
and
Steps to reproduce
N/A
React Native Version
0.76.0
Affected Platforms
Runtime - iOS, Build - MacOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/cipolleschi/InAppComponent
Screenshots and Videos
The text was updated successfully, but these errors were encountered: