Replies: 1 comment 4 replies
-
We do have a dedicated RFC that talks about the future of those APIs: tl;dr: you need to migrate to New Arch at some point. I think it would be helpful to understand what are you using those 2 methods for, as there are probably equivalents already in the ecosystem |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
so basically, I'm not super well versed with the internals of react native, I understand a decent amount of what's going on with the deprecation of the legacy arch, however, I'm not super clear on a few things in partiular, namely a few projects I'm part of, - currently - depend on the fact that
RCTCxxBridge
is present inside a react native application, now that application is still using the old arch on iOS and we don't know when it'll be migrated, therefore the concern to future proof came up, and I was looking to acquire some sort of equivalent to the bridge methods that concern us, namelythe crux of it is that we're on the lookout for basically equivalent functionality within the ecosystem of the new architecture
Beta Was this translation helpful? Give feedback.
All reactions