Commit fa779d2
Delete enableFabricRenderer() from ReactNativeNewArchitectureFeatureFlags (facebook#56860)
Summary:
The `enableFabricRenderer()` flag is being removed entirely; it was always set to true in the canary release stage. All callers of `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` were inlined in earlier diffs.
This diff:
- Removes the wrapper method `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()`.
- Removes the `override fun enableFabricRenderer(): Boolean = true` from `ReactNativeNewArchitectureFeatureFlagsDefaults`.
Both classes are non-`generated`, so they are edited directly. The next diff will remove the underlying `ReactNativeFeatureFlags.enableFabricRenderer()` API by regenerating the codegen output.
Behavior is unchanged.
Changelog:
[Internal]
Reviewed By: javache
Differential Revision: D1052317771 parent b94190f commit fa779d2
2 files changed
Lines changed: 0 additions & 14 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 38 | | |
51 | 39 | | |
52 | 40 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
0 commit comments