Skip to content

Commit 39489e7

Browse files
sahrenssebmarkbage
authored andcommitted
Enable hooks in fabric (#14301)
because hooks are awesome.
1 parent 1dc108e commit 39489e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import typeof * as FabricFeatureFlagsType from './ReactFeatureFlags.native-fabri
1515
export const debugRenderPhaseSideEffects = false;
1616
export const debugRenderPhaseSideEffectsForStrictMode = false;
1717
export const enableUserTimingAPI = __DEV__;
18-
export const enableHooks = false;
18+
export const enableHooks = true;
1919
export const warnAboutDeprecatedLifecycles = false;
2020
export const replayFailedUnitOfWorkWithInvokeGuardedCallback = __DEV__;
2121
export const enableProfilerTimer = __PROFILE__;

0 commit comments

Comments
 (0)