Skip to content

Commit

Permalink
Add dynamic flags to React Native (#21291)
Browse files Browse the repository at this point in the history
* Add dynamic flags to React Native

* Hardcode the setting to false instead
  • Loading branch information
rickhanlonii committed Apr 15, 2021
1 parent f3337aa commit 4c9eb2a
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -60,7 +60,7 @@ export const enableUseRefAccessWarning = false;
export const enableRecursiveCommitTraversal = false;
export const disableSchedulerTimeoutInWorkLoop = false;
export const enableLazyContextPropagation = false;
export const enableSyncDefaultUpdates = true;
export const enableSyncDefaultUpdates = false;

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

0 comments on commit 4c9eb2a

Please sign in to comment.