-
Notifications
You must be signed in to change notification settings - Fork 192
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
feat: RN 0.72 Upgrade #902
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.
great work man!
this.consentCategoryProvider = consentCategoryProvider; | ||
this.categories = categories; |
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.
🤞
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.
Thanks for doing this work - had a couple questions, and the .only
that was left in, but otherwise looks good!
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.
Did upgrading detox help the e2e in ci situation?
@chrisradek sadly no, I'll try something else |
RN 0.72 upgrade
This is a full upgrade of the monorepo to support RN 0.72+ for testing/development.
Added another 0.73 App for testing (not working with E2E tests yet).
All devDependencies have been upgraded: Yarn, TS, Jest, ESLint, Detox, etc
Some changes:
shared
private package for holding common dev utilsKnown issues:
- TSJest marks non-errors on individual packages (e.g. Argument of type lib.SegmentClient is not assignable to src.SegmentClient) due to configurations at individual level. Monorepo level testing works properly