You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new New Architecture is default from 0.76. In this new version async bridge is removed entirely.
This makes for better performance (lower overhead c++ <-> js), and allow sync+async, where prior is async only, which allow for some flattening of callbacks to sync code etc.
In addition the debugging experience is built around Chrome DevTools.
Motivation
We're currently at "react-native": "^0.74.6"
The new New Architecture is default from 0.76. In this new version async bridge is removed entirely.
This makes for better performance (lower overhead c++ <-> js), and allow sync+async, where prior is async only, which allow for some flattening of callbacks to sync code etc.
In addition the debugging experience is built around Chrome DevTools.
Read more here: https://reactnative.dev/blog/2024/10/23/the-new-architecture-is-here
The text was updated successfully, but these errors were encountered: