Upgraded library's react native version to 0.81 and expo to 54#3993
Merged
theianmay merged 10 commits intoreact-native-elements:nextfrom Nov 5, 2025
Merged
Upgraded library's react native version to 0.81 and expo to 54#3993theianmay merged 10 commits intoreact-native-elements:nextfrom
theianmay merged 10 commits intoreact-native-elements:nextfrom
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:
|
github-actions bot
pushed a commit
that referenced
this pull request
Nov 5, 2025
Upgraded library's react native version to 0.81 and expo to 54
github-actions bot
pushed a commit
that referenced
this pull request
Nov 5, 2025
Upgraded library's react native version to 0.81 and expo to 54
theianmay
reviewed
Dec 5, 2025
Member
theianmay
left a comment
There was a problem hiding this comment.
Looks good, merged! Thank you
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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