-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Upgraded library's react native version to 0.81 and expo to 54 #3993
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
Upgraded library's react native version to 0.81 and expo to 54 #3993
Conversation
…n as *byType are now deprecated and masked as unsafe
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next #3993 +/- ##
==========================================
- Coverage 79.68% 79.11% -0.58%
==========================================
Files 87 90 +3
Lines 1846 2140 +294
Branches 803 945 +142
==========================================
+ Hits 1471 1693 +222
- Misses 370 444 +74
+ Partials 5 3 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Upgraded library's react native version to 0.81 and expo to 54
Upgraded library's react native version to 0.81 and expo to 54
theianmay
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.
Looks good, merged! Thank you
Motivation
Updated Libraries base react native version to 0.81 and example app to 54. (Multiple persons are having issues in recent versions of react native with lib.)
Added Codcov to get test coverage
Codcov was added in library but maybe the flow and working was changed so i had removed it previously now added it again with new working flow. Need to add codcov token in environment variables. The commit that adds codcov.
How Has This Been Tested?
exampleappChecklist
yarn docs-build-apiAdditional context