Skip to content

Commit

Permalink
Enable hooks in fabric (facebook#14301)
Browse files Browse the repository at this point in the history
because hooks are awesome.
  • Loading branch information
sahrens authored and jetoneza committed Jan 23, 2019
1 parent cceba2e commit e8f3b32
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ import typeof * as FabricFeatureFlagsType from './ReactFeatureFlags.native-fabri
export const debugRenderPhaseSideEffects = false;
export const debugRenderPhaseSideEffectsForStrictMode = false;
export const enableUserTimingAPI = __DEV__;
export const enableHooks = false;
export const enableHooks = true;
export const warnAboutDeprecatedLifecycles = false;
export const replayFailedUnitOfWorkWithInvokeGuardedCallback = __DEV__;
export const enableProfilerTimer = __PROFILE__;
Expand Down

0 comments on commit e8f3b32

Please sign in to comment.