-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate RN Nightly Build 0.78.0-nightly-20250113-d4407d6f7 #14278
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
bc6658e
Initial integrate
Yajur-Grover b43ffa6
fix tester examples and add support for new codegen type
Yajur-Grover d8e64c8
Change files
Yajur-Grover b367e32
fix change file
Yajur-Grover d44d744
fix shadownode and add to shared
Yajur-Grover 0ed5f92
add override
Yajur-Grover 2b3617f
fix error in example
Yajur-Grover aac987d
fix linting
Yajur-Grover c55f3dd
revert postinstall removal
Yajur-Grover cc69189
Merge branch 'main' into yg-int-1-13
Yajur-Grover fbe6ffd
fix bad import
Yajur-Grover 640fca5
Merge branch 'yg-int-1-13' of https://github.com/Yajur-Grover/react-n…
Yajur-Grover 848b885
fix to e2etest app
Yajur-Grover 7c9e9dc
fix broken import
Yajur-Grover a3a779c
fix linting and remove second image network callback test
Yajur-Grover 3ca43cc
revert RNTesterText to Text
Yajur-Grover 7052c53
update fabric snapshots and fix textinput example
Yajur-Grover a37d031
fix textinputsharedexamples
Yajur-Grover 86917eb
update snapshots
Yajur-Grover 6c69754
remove unused method
Yajur-Grover 2e1414c
Merge branch 'main' into yg-int-1-13
Yajur-Grover b34f68d
Merge branch 'main' into yg-int-1-13
Yajur-Grover File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chiaramooney Just want to confirm that it's good to remove this test - in this PR upstream, the Image component attached to this test was removed: facebook/react-native#48619. Since there's is only one image left in this example, I removed the test for the second (now deleted) image.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep that's okay!