Support for Pure C++ TurboModules with Swift AppDelegate in React Native 0.78 #281
Replies: 2 comments 2 replies
-
Support for what you're asking for is coming in React Native 0.79 in the coming days/weeks, so we ask you to wait a little for it. There will be an announcement in the release blogpost. @cipolleschi can also tell you more about it. |
Beta Was this translation helpful? Give feedback.
-
Yes I just tested with the beta version and it's working nicely. I did notice a very minor bug and it may not be a bug but I notice that if I start metro and then I run the command from Mac terminal |
Beta Was this translation helpful? Give feedback.
-
I’m using React Native 0.78 and trying to build a TurboModule in pure C++ so I can share the same code on both iOS and Android (no platform-specific code).
Android setup works fine, but I’m running into issues on iOS since I’m using the default AppDelegate.swift from the new architecture.
• Is there a way to use pure C++ TurboModules with Swift AppDelegate in 0.78?
• Do I need to switch to Obj-C for registration, or is there a workaround?
• Is there a roadmap or plan for better Swift+C++ TurboModule support?
Beta Was this translation helpful? Give feedback.
All reactions