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
## Summary
Starting with React Native 0.82, it will be possible to test the new
version of Hermes v1 (previously called Static Hermes) by enabling the
flag `HERMES_V1_ENABLED`—see more details here:
[link](facebook/react-native#53579). Reanimated
works with new Hermes out of the box; we just need to stop using the
legacy debugger with the new Hermes, as it removes them.
We're working on supporting the new debugger, but it will require more
attention—follow the progress here:
[link](#7655).
## Test plan
0 commit comments