Commit 7171302
Remove legacy arch fallback from LayoutConformance (#56440)
Summary:
Pull Request resolved: #56440
Remove the `isFabricUIManagerInstalled` guard and `UnimplementedLayoutConformance` fallback since the legacy architecture is no longer supported. Convert to Flow component syntax.
Changelog: [Internal] - Removed legacy architecture fallback from `LayoutConformance`
Reviewed By: cipolleschi
Differential Revision: D100817102
fbshipit-source-id: 37691be8f60eab16fc83fe2747e3c88f876ae7551 parent def621f commit 7171302
File tree
1 file changed
+1
-27
lines changed- packages/react-native/Libraries/Components/LayoutConformance
1 file changed
+1
-27
lines changedLines changed: 1 addition & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 24 | + | |
32 | 25 | | |
33 | 26 | | |
34 | 27 | | |
35 | 28 | | |
36 | 29 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 30 | | |
57 | 31 | | |
58 | 32 | | |
| |||
0 commit comments