Closed
Description
#24405 implements a temporary workaround to fix blob deallocation memory leaks. We access the jsi::Runtime
in an unsafe way. When turbomodules are ready we should be able to implement this cleanly and leverage jsi::HostObject
lifecycles.
There are also a lot of opportunities for code sharing in c++ for this module.
We can discuss the implementation here