Commit 183e04a
Remove enableFabricRenderer() overrides from downstream consumers (#56896)
Summary:
Pull Request resolved: #56896
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: D105347594
fbshipit-source-id: 656166fbf6e83512e3674acf9dfec9be08e8a0041 parent 7eb1133 commit 183e04a
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