Skip to content

Commit b8fda6c

Browse files
authored
[React Native] Set allowConcurrentByDefault = true (#21491)
1 parent 3890fb5 commit b8fda6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 enableRecursiveCommitTraversal = false;
6060
export const disableSchedulerTimeoutInWorkLoop = false;
6161
export const enableLazyContextPropagation = false;
6262
export const enableSyncDefaultUpdates = false;
63-
export const allowConcurrentByDefault = false;
63+
export const allowConcurrentByDefault = true;
6464

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

packages/shared/forks/ReactFeatureFlags.test-renderer.native.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const enableRecursiveCommitTraversal = false;
5959
export const disableSchedulerTimeoutInWorkLoop = false;
6060
export const enableLazyContextPropagation = false;
6161
export const enableSyncDefaultUpdates = false;
62-
export const allowConcurrentByDefault = false;
62+
export const allowConcurrentByDefault = true;
6363

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

0 commit comments

Comments
 (0)