-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 Detox to use react native 0.67 #3202
Conversation
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
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.
Looks good on my end.
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.
Mostly around my comment regarding ci.sh
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.
- Please double check the jitpack.io thing
- Please also attach links to green CI builds before merging (android & ios test jobs and android & ios example projects jobs) 🙏🏻
Green builds for ios/android 64/66 test jobs -> https://jenkins-oss.wixpress.com/job/multi-detox-pr/4219/ |
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.
Almost there... As the last mile, please be sure to run the demo-projects job using RN .67 as well. Also, please create an iOS demo-project job and wire it to our PR so it is executed regularly.
@jonathanmos Touch-base; I see the current gaps are:
|
# Conflicts: # scripts/ci.ios.sh
Add `pod install` & move detox-instruments reinstallation code.
This reverts commit 9461e44.
I removed detox-instruments phase from the iOS script, although I tried to make it work (I followed the instruments doc, didn't helped). I can investigate its issues separately, regardless of this PR. |
edf7678
to
261ab10
Compare
Done. Is there anything left that blocks us from merging this PR? @d4vidi @jonathanmos |
!!!!!! |
Description
Update Detox to use RN67. This fixes issue #3197