migrate ProgressBarAndroid from Jest to Fantom (#56302) - #56302
Closed
emily8rown wants to merge 1 commit into
Closed
migrate ProgressBarAndroid from Jest to Fantom (#56302)#56302emily8rown wants to merge 1 commit into
emily8rown wants to merge 1 commit into
Conversation
|
@emily8rown has exported this pull request. If you are a Meta employee, you can view the originating Diff in D98998943. |
emily8rown
added a commit
to emily8rown/react-native
that referenced
this pull request
Apr 1, 2026
Summary: Pull Request resolved: react#56302 Changelog: [Internal] migrate `ProgressBarAndroid` from Jest to Fantom Differential Revision: D98998943
emily8rown
force-pushed
the
export-D98998943
branch
2 times, most recently
from
April 1, 2026 09:57
6665f5d to
df0d0ba
Compare
emily8rown
added a commit
to emily8rown/react-native
that referenced
this pull request
Apr 1, 2026
Summary: Pull Request resolved: react#56302 Changelog: [Internal] migrate `ProgressBarAndroid` from Jest to Fantom Note: AndroidProgressBar does not expose props in the Fantom rendered output, so the test only verifies that the component renders. The old Jest snapshot verified JS-level props via the shallow renderer, but those aren't available through Fantom's native rendering pipeline for this component. Differential Revision: D98998943
emily8rown
force-pushed
the
export-D98998943
branch
from
April 1, 2026 10:07
df0d0ba to
2fa53ad
Compare
emily8rown
added a commit
to emily8rown/react-native
that referenced
this pull request
Apr 1, 2026
Summary: Pull Request resolved: react#56302 Changelog: [Internal] migrate `ProgressBarAndroid` from Jest to Fantom Note: AndroidProgressBar does not expose props in the Fantom rendered output, so the test only verifies that the component renders. The old Jest snapshot verified JS-level props via the shallow renderer, but those aren't available through Fantom's native rendering pipeline for this component. Differential Revision: D98998943
emily8rown
force-pushed
the
export-D98998943
branch
from
April 1, 2026 10:21
2fa53ad to
5cb5247
Compare
Summary: Pull Request resolved: react#56302 Changelog: [Internal] migrate `ProgressBarAndroid` from Jest to Fantom Note: AndroidProgressBar does not expose props in the Fantom rendered output, so the test only verifies that the component renders. The old Jest snapshot verified JS-level props via the shallow renderer, but those aren't available through Fantom's native rendering pipeline for this component. Differential Revision: D98998943
emily8rown
force-pushed
the
export-D98998943
branch
from
April 1, 2026 10:29
5cb5247 to
9db0516
Compare
|
This pull request has been merged in 8915341. |
Collaborator
|
This pull request was successfully merged by @emily8rown in 8915341 When will my fix make it into a release? | How to file a pick request? |
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:
Changelog: [Internal]
migrate
ProgressBarAndroidfrom Jest to FantomNote: AndroidProgressBar does not expose props in the Fantom rendered output, so the test only verifies that the component renders. The old Jest snapshot verified JS-level props via the shallow renderer, but those aren't available through Fantom's native rendering pipeline for this component.
Differential Revision: D98998943