Skip to content

Commit

Permalink
Disable in RN for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Dec 14, 2024
1 parent 30a5241 commit 3dee103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.native-fb.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const syncLaneExpirationMs = 250;
export const transitionLaneExpirationMs = 5000;
export const useModernStrictMode = true;
export const enableHydrationLaneScheduling = true;
export const enableYieldingBeforePassive = true;
export const enableYieldingBeforePassive = false;

// Flow magic to verify the exports of this file match the original version.
((((null: any): ExportsType): FeatureFlagsType): ExportsType);
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.native-oss.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const enableUseResourceEffectHook = false;

export const enableHydrationLaneScheduling = true;

export const enableYieldingBeforePassive = true;
export const enableYieldingBeforePassive = false;

// Profiling Only
export const enableProfilerTimer = __PROFILE__;
Expand Down

0 comments on commit 3dee103

Please sign in to comment.