Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update React Native to New Architecture (v0.76) #480

Open
birkskyum opened this issue Oct 28, 2024 · 1 comment
Open

Update React Native to New Architecture (v0.76) #480

birkskyum opened this issue Oct 28, 2024 · 1 comment

Comments

@birkskyum
Copy link
Member

birkskyum commented Oct 28, 2024

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

@birkskyum birkskyum changed the title Update to New Architecture Update React Native to New Architecture (v0.76) Oct 28, 2024
@flohhhh
Copy link

flohhhh commented Oct 31, 2024

Looking forward to this update :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants