Commit 28470cf
Delete
Summary:
Final cleanup in the stack. All Android call sites of the wrapper have moved to the bridgeless-only path in the earlier diffs of this stack, so the wrapper method is unused and can be deleted. The surrounding `ReactNativeNewArchitectureFeatureFlags` object stays — `useFabricInterop()` and `useTurboModuleInterop()` still live there.
Also:
- Drop the `"enableBridgelessArchitecture"` entry from `UseReactNativeNewArchitectureFeatureFlagDetector` — the wrapper for that flag no longer exists, so the lint rule is moot for it.
- Update the detector's tests to exercise `useFabricInterop` (still tracked by the detector) instead of `enableBridgelessArchitecture`.
The underlying generated `ReactNativeFeatureFlags.enableBridgelessArchitecture()` is untouched. `ReactAndroid.api` is unchanged because the wrapper lives in an `internal` package which is excluded from public API tracking.
Changelog: [Internal]
Differential Revision: D106719841ReactNativeNewArchitectureFeatureFlags.enableBridgelessArchitecture wrapper method (#57001)1 parent 728b2d5 commit 28470cf
1 file changed
Lines changed: 0 additions & 12 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 | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 26 | | |
39 | 27 | | |
40 | 28 | | |
| |||
0 commit comments