Commit 7730899
Inline true for fabricEnabled in DefaultNewArchitectureEntryPoint (#56882)
Summary:
Pull Request resolved: #56882
Now that `fabricEnabled` always returns `true`, delete the `privateFabricEnabled` backing field. Remove the redundant assignment in `load()` and inline `true` at its remaining usage in `isConfigurationValid` from `loadWithFeatureFlags`.
Behavior is unchanged.
Changelog:
[Internal]
Reviewed By: alanleedev, fkgozali
Differential Revision: D105639307
fbshipit-source-id: 0c229ece1b50965cf9b6dcf8ec744d5373f8a91d1 parent 58cd1bf commit 7730899
1 file changed
Lines changed: 1 addition & 4 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/defaults
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| |||
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
123 | | - | |
| 122 | + | |
124 | 123 | | |
125 | 124 | | |
126 | 125 | | |
| |||
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
133 | | - | |
134 | | - | |
135 | 132 | | |
136 | 133 | | |
137 | 134 | | |
| |||
0 commit comments