Upgrade React native Vector Icons library#3994
Merged
theianmay merged 50 commits intoreact-native-elements:nextfrom Nov 15, 2025
Merged
Upgrade React native Vector Icons library#3994theianmay merged 50 commits intoreact-native-elements:nextfrom
theianmay merged 50 commits intoreact-native-elements:nextfrom
Conversation
… favor of material design icons
- Extracted Pointer component to separate function component with proper TypeScript interface - Created standalone HighlightedButton component with defined prop types - Moved components outside of main Tooltip component to reduce nesting and improve readability - Updated component references to pass required props explicitly - Added proper TypeScript interfaces for component props (PointerProps, HighlightedButtonProps)
…n as *byType are now deprecated and masked as unsafe
- Added multiple security-related packages including minimist, path-to-regexp, and cross-spawn - Updated build tooling dependencies (webpack-dev-middleware, loader-utils) - Added runtime dependencies for Babel and Algolia search functionality
- Added webpack-dev-server and related build tooling for improved development workflow - Included essential security packages (cookie, express, serve-static) for server functionality - Added utility libraries (micromatch, tar, nanoid) to support new features
- Added resolutions for node-gyp, parse-path, and tough-cookie to address known vulnerabilities - Updated website package resolutions to include postcss, @sideway/formula, got, and socks for security patches
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #3994 +/- ##
==========================================
+ Coverage 79.13% 79.29% +0.15%
==========================================
Files 90 90
Lines 2142 2144 +2
Branches 945 958 +13
==========================================
+ Hits 1695 1700 +5
+ Misses 444 442 -2
+ Partials 3 2 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
Tested locally, need to remove one duplicate import to get example to run but will address in a separate PR (as well as adding the test coverage). Thanks for all the work on this! |
github-actions bot
pushed a commit
that referenced
this pull request
Nov 15, 2025
Upgrade React native Vector Icons library
github-actions bot
pushed a commit
that referenced
this pull request
Nov 15, 2025
Upgrade React native Vector Icons library
1 task
14 tasks
theianmay
reviewed
Dec 5, 2025
Member
theianmay
left a comment
There was a problem hiding this comment.
Tested locally, I addressed something with the example app in a separate PR and Deepak will address documentation updates in a separate PR. Merged and closed, thank you!
28 tasks
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
Upgraded React Native Vector Icons to latest Modular Version of icon packages.
[!CAUTION] Breaking Change
Type of change
How Has This Been Tested?
exampleappChecklist
yarn docs-build-apiAdditional context