-
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
Upgrade project to RN61 with CocoaPods #1713
Conversation
Remove componentWillMount functions Remove PushNotificationIOS Add pod install step to lerna bootstrap
HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew |
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.
👍 nice
It seems like the latest version of Detox works fine with v0.61.4 of react-native as well: msand/react-native-svg-e2e#13 |
This PR is only bureaucracy to get the test project and CI to work with 61.x. Detox on iOS should support RN 61 without issues as far as I know. |
Any known issues on android? At least building and taking screenshots of all the tests in the rnsvg-e2e repo seem to work correctly. |
Android is tracked here: #1731 |
# Conflicts: # detox/test/package.json # detox/test/src/app.js
@rotemmiz Reminder. Thanks |
You're welcome @LeoNatan 😗 |
It just werks??? |
Somehow the builds are red now - with stuff related to pods, @LeoNatan could you check it out plz? |
@d4vidi Sure |
@d4vidi The error is caused by postinstall somehow:
And since cocoa pods looks for its dependencies in node_modules/, it fails. |
Todo: