Enable hooks by default for FB React Native renderer#14435
Enable hooks by default for FB React Native renderer#14435bvaughn merged 2 commits intofacebook:masterfrom
Conversation
| @@ -23,6 +22,7 @@ export const { | |||
| } = require('ReactFeatureFlags'); | |||
There was a problem hiding this comment.
The rest of these, are they still relevant to be dynamic or can we just turn them on or off?
There was a problem hiding this comment.
Only debugRenderPhaseSideEffects is currently dynamically configured internally.
We always set debugRenderPhaseSideEffectsForStrictMode to true.
There was a problem hiding this comment.
Looks like debugRenderPhaseSideEffects is a dynamic value, debugRenderPhaseSideEffectsForStrictMode is being set to true in InitializeReactFeatureFlags, and nothing is changing the default value of warnAboutDeprecatedLifecycles.
Details of bundled changes.Comparing: a22880e...f7eaa2d react-native-renderer
Generated by 🚫 dangerJS |
|
I've pushed another commit to this branch that makes all but one of the flags ( Here are the new flag values:
|
* Enable hooks by default for FB React Native renderer * Updated RN+FB feature flags to make some of the dynamic ones static
* Enable hooks by default for FB React Native renderer * Updated RN+FB feature flags to make some of the dynamic ones static
No description provided.