Cxx turbo modules, upgrading to 0.76.3 from 0.74.2, Android - Module not found at runtime. #253
Replies: 4 comments 9 replies
-
This is probably related to this bug: We're shipping a fix for it in the coming days (0.76.5) so you should probably wait for it |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@cortinico Upgrading to 0.76.5 did not fix this problem, i.e. the basic happy flow functionality of the Cxx turbo modules is broken for Android. Is this better tracked as an issue on react-native? |
Beta Was this translation helpful? Give feedback.
-
@cortinico Additional bit that might be interesting for you. I found a way to include boost separately for the turbo module by
A bit gnarly but necessary given the boost version included into the RN dependencies are curtailed to exclude everything other than what RN itself needs. Curious if your insider knowledge of the RN ecosystem says there being a way to do the above? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have been using CXX based turbo modules almost since their first introduction (circa 0.69 IIRC).
I have a few general wishes first
Finally the current problem -

Simply following the tutorial does not do the trick for Android for 0.76.3.
I get the error shown in the screen shot attached here.
Here is a reproducer - https://github.com/danceaway-app/cxx-turbo-module-trial.git
(nothing special as you can see in its git history)
The reproducer project is only wired up for turbo modules on Android btw, I didn't do the ios bit since that works in my project.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions