iOS Wrapping react-native into dynamic library caused Fabric components not displayed #43354
Labels
Platform: iOS
iOS applications.
Resolution: Duplicate
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
Description
I wrapped libPods-ReactNativeSDK.a into a dynamic library for the app to depend on it, but my custom Fabric component cannot display (init method not called), and there is no error message.
Steps to reproduce
1.Create dynamic library xcode project
2.install react native by Pod install
3.compile this project into .framework file
4.My app embeded the .framework file
5.Run DYSanae
React Native Version
0.72.5
Affected Platforms
Runtime - iOS
Areas
Fabric - The New Renderer
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/nanatlantica/RNDynamic
Screenshots and Videos
RPReplay_Final1709747122.mp4
The text was updated successfully, but these errors were encountered: