JS Direct calls in newArchitecture with java code #296
Unanswered
Desusharath123
asked this question in
Q&A
Replies: 1 comment
-
Yeah, there's some solid documentation out there! The React Native Working Group discussions on GitHub have detailed posts about bridgeless mode starting from 0.73. From what I've seen, you need to enable the New Architecture first, then bridgeless comes by default in 0.74+. For custom native modules, it looks like they need to be converted to TurboModules. The react-native-new-architecture repo seems to have the most current info on this. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi everyone,
I am running my react-native app in version 0.77.2 , trying to achieve bridgeLess with java(native code) and react native(javascript)
Any docs or Changes on how we can achieve it( example will be helpful ) if anyone tried .
Beta Was this translation helpful? Give feedback.
All reactions