Commit a5905a5
Remove enableFabricRenderer() overrides from downstream consumers (#56896)
Summary:
The `enableFabricRenderer()` virtual method is being removed from `ReactNativeFeatureFlagsDefaults`. This diff removes the now-stale `enableFabricRenderer() override` methods from downstream `ReactNativeFeatureFlagsDefaults` subclasses so they compile cleanly once the parent method is gone.
Also removes the now-unused `enableFabric` parameter from `createFBReactModuleDefaultsFeatureFlagsProvider` and its single caller.
Behavior is unchanged because every override returned `true` (the value the runtime always took at this point) and no other code path depends on the flag.
Changelog:
[Internal]
Reviewed By: christophpurrer
Differential Revision: D1053475941 parent da9f6be commit a5905a5
1 file changed
Lines changed: 0 additions & 4 deletions
File tree
- packages/react-native/ReactCommon/react/featureflags
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
| |||
0 commit comments