-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update @react-navigation/native version #32087
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @dukenv0307, curious how you recreated this patch. I applied the two patches separately, and it seems they have some significant differences compared to the previous ones. 😂 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ntdiary I will go to the node_module file of the lib and compare it with the old patch. Some code in There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @dukenv0307, I thought you would check the patch again to make sure it is correct. Based on the two images I provided above, it is clear that the changes were not correctly synchronized to the new version. Can you please check that again? 😅 For example, in the old patch, the line There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ntdiary Thanks for your review, updated. |
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.
@dukenv0307, have you encountered this prompt?
![image](https://private-user-images.githubusercontent.com/8579651/286260452-0cfd352a-f199-4443-a843-f60929354b0d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDg1MDcsIm5iZiI6MTczOTM0ODIwNywicGF0aCI6Ii84NTc5NjUxLzI4NjI2MDQ1Mi0wY2ZkMzUyYS1mMTk5LTQ0NDMtYTg0My1mNjA5MjkzNTRiMGQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMDgxNjQ3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTg2NWY5NmQ5NzFjMWE4MzFkMGIwZjUyMDEwMTFmMGQxNWFmZTI2M2E0NmQ5NTAyNWQ5YjA3OGY4ZWRlYWIzZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.I2th72RWRM7oSjKuaPcfw4trZwZwT1_WNB-xSDh-HHw)
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.
Do I need to create a new patch?
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.
Ah, I think so, and we should avoid introducing regressions. :)
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.
@ntdiary Updated with new patch.