Skip to content

Commit 4c9eb2a

Browse files
authored
Add dynamic flags to React Native (#21291)
* Add dynamic flags to React Native * Hardcode the setting to false instead
1 parent f3337aa commit 4c9eb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/forks/ReactFeatureFlags.native-fb.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const enableUseRefAccessWarning = false;
6060
export const enableRecursiveCommitTraversal = false;
6161
export const disableSchedulerTimeoutInWorkLoop = false;
6262
export const enableLazyContextPropagation = false;
63-
export const enableSyncDefaultUpdates = true;
63+
export const enableSyncDefaultUpdates = false;
6464

6565
// Flow magic to verify the exports of this file match the original version.
6666
// eslint-disable-next-line no-unused-vars

0 commit comments

Comments
 (0)