Add dynamic flags to React Native (#21291)

* Add dynamic flags to React Native

* Hardcode the setting to false instead
This commit is contained in:
Ricky
2021-04-15 15:30:09 -04:00
committed by GitHub
parent f3337aa544
commit 4c9eb2af1e
@@ -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