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
Undo conditional skip of reanimated commits (#7867)
## Summary
This PR reverts the conditional skip of reanimated commits (#7668). This
breaks sticky headers, but fixes starvation issues, that would manifest
on C++ state updates.
To fix the stick header one must use the
`DISABLE_COMMIT_PAUSING_MECHANISM` feature flag in reanimated and the
`preventShadowTreeCommitExhaustionWithLocking` in react-native.
## Test plan
0 commit comments