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 17, 2024
1 parent b228136 commit 49e51b2
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 @@ -82,7 +82,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 @@ -76,7 +76,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 49e51b2

Please sign in to comment.