We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc108e commit 39489e7Copy full SHA for 39489e7
1 file changed
packages/shared/forks/ReactFeatureFlags.native-fabric-fb.js
@@ -15,7 +15,7 @@ import typeof * as FabricFeatureFlagsType from './ReactFeatureFlags.native-fabri
15
export const debugRenderPhaseSideEffects = false;
16
export const debugRenderPhaseSideEffectsForStrictMode = false;
17
export const enableUserTimingAPI = __DEV__;
18
-export const enableHooks = false;
+export const enableHooks = true;
19
export const warnAboutDeprecatedLifecycles = false;
20
export const replayFailedUnitOfWorkWithInvokeGuardedCallback = __DEV__;
21
export const enableProfilerTimer = __PROFILE__;
0 commit comments