-
Notifications
You must be signed in to change notification settings - Fork 981
OPS: Upgrade RN to 78 #7931
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
OPS: Upgrade RN to 78 #7931
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
@marcosrdz is that the one where you require my assistance on e2e tests..? |
Yup |
|
detox was failing probably because detox released support for 78 only now: |
|
✅ Build 7.2.0 (1754680454) has been uploaded to TestFlight and will be available for testing soon. |
|
✅ Build 7.2.1 (1754828211) has been uploaded to TestFlight and will be available for testing soon. |
|
✅ Build 7.2.1 (1754899932) has been uploaded to TestFlight and will be available for testing soon. |
|
✅ Build 7.2.1 (1754899779) has been uploaded to TestFlight and will be available for testing soon. |
limpbrains
left a comment
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.
LGTM
|
✅ Build 7.2.1 (1754996988) has been uploaded to TestFlight and will be available for testing soon. |
|
@marcosrdz can you review my changes pls? |
|
@marcosrdz ios build failed |
At some point RN 78 was reverted back to 77 @Overtorment |
|
apparently, i accidently reverted RN to 77 when i wasresolving conflict, in commit a7d5a0f |
| // FIXME: next line should be removed when https://github.com/wix/Detox/issues/4678 is fixed | ||
| kotlinOptions.freeCompilerArgs += ["-Xopt-in=kotlin.ExperimentalStdlibApi"] |
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.
Detox have fixed this issue
wix/Detox#4817
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.
cool, looks like not released yet
| const onDonePressed = () => { | ||
| // @ts-ignore idk | ||
| navigation?.getParent().pop(); | ||
| }; |
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.
Bug: Navigation Regression: Success Screen Button Behavior
The "Done" button on the success screen now only pops one level, a regression from the previous customizable callback that allowed navigation to the root. The navigation?.getParent().pop() call uses a @ts-ignore, indicating a potential type safety issue or incorrect navigation API usage.
No description provided.