Is DISABLE_COMMIT_PAUSING_MECHANISM (with the preventShadowTreeCommitExhaustion patch) safe for production?
#10101
Unanswered
alexnaiman
asked this question in
Q&A
Replies: 0 comments
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, I'd like to check on the production-readiness of
DISABLE_COMMIT_PAUSING_MECHANISM.We're seeing scroll jitter on animated components with the New Architecture enabled, and the performance docs point to this flag (paired with
preventShadowTreeCommitExhaustionon the React Native side) as the main fix.The feature flags docs recommend enabling
preventShadowTreeCommitExhaustionvia a patch toReactNativeFeatureFlagsDefaults.hand building React Native from source, rather than the fullreactNativeReleaseLevel: experimentalsetting.Questions:
preventShadowTreeCommitExhaustionisn't properly enabled)?Thanks!
All reactions