Deprecate fabricEnabled from ReactFragment (#57764) - #57764
Closed
javache wants to merge 1 commit into
Closed
Conversation
|
@javache has exported this pull request. If you are a Meta employee, you can view the originating Diff in D114045331. |
javache
force-pushed
the
export-D114045331
branch
from
July 31, 2026 10:58
fffe48e to
f3515a7
Compare
javache
added a commit
to javache/react-native
that referenced
this pull request
Jul 31, 2026
Summary: Fabric is now unconditionally enabled for this fragment path, so the per-fragment override is dead. Remove the argument and builder API. Changelog: [Android][Removed] - Remove fabricEnabled from ReactFragment Differential Revision: D114045331
javache
added a commit
to javache/react-native
that referenced
this pull request
Jul 31, 2026
Summary: Fabric is now unconditionally enabled for this fragment path, so the per-fragment override is dead. Remove the argument and builder API. Changelog: [Android][Changed] - Deprecate fabricEnabled on ReactFragment Differential Revision: D114045331
javache
force-pushed
the
export-D114045331
branch
from
July 31, 2026 15:43
f3515a7 to
36b4ab8
Compare
javache
added a commit
to javache/react-native
that referenced
this pull request
Jul 31, 2026
Summary: Fabric is now unconditionally enabled for this fragment path, so the per-fragment override is dead. Remove the argument and builder API. Changelog: [Android][Changed] - Deprecate fabricEnabled on ReactFragment Reviewed By: mdvacca Differential Revision: D114045331
javache
force-pushed
the
export-D114045331
branch
from
July 31, 2026 16:41
36b4ab8 to
36fca8d
Compare
javache
added a commit
to javache/react-native
that referenced
this pull request
Jul 31, 2026
Summary: Fabric is now unconditionally enabled for this fragment path, so the per-fragment override is dead. Remove the argument and builder API. Changelog: [Android][Changed] - Deprecate fabricEnabled on ReactFragment Reviewed By: mdvacca Differential Revision: D114045331
javache
force-pushed
the
export-D114045331
branch
from
July 31, 2026 17:27
36fca8d to
72005ca
Compare
Summary: Fabric is now unconditionally enabled for this fragment path, so the per-fragment override is dead. Remove the argument and builder API. Changelog: [Android][Changed] - Deprecate fabricEnabled on ReactFragment Reviewed By: mdvacca Differential Revision: D114045331
javache
force-pushed
the
export-D114045331
branch
from
July 31, 2026 20:57
72005ca to
460a6e4
Compare
|
This pull request has been merged in c7d62a1. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Fabric is now unconditionally enabled for this fragment path, so the per-fragment override is dead. Remove the argument and builder API.
Changelog: [Android][Changed] - Deprecate fabricEnabled on ReactFragment
Reviewed By: mdvacca
Differential Revision: D114045331