Skip to content

fix: Example App Icons Updates#3999

Merged
theianmay merged 5 commits intoreact-native-elements:nextfrom
theianmay:fix/example-app-icons
Nov 15, 2025
Merged

fix: Example App Icons Updates#3999
theianmay merged 5 commits intoreact-native-elements:nextfrom
theianmay:fix/example-app-icons

Conversation

@theianmay
Copy link
Copy Markdown
Member

Motivation

Fixed deprecation warnings in the example app related to react-native-vector-icons. The library has been deprecated in favor of modular icon packages, and several icon type values have been updated to their new names.

These warnings were appearing in the console when running the example app and testing various components (inputs, login screens, settings, etc.). Removed duplicate import on one page.
Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • Checked with example app

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings

Additional context

Icon Type Updates:

  • Changed type="entypo"type="@react-native-vector-icons/entypo"
  • Changed type="material-community"type="material-design"
  • Changed type="simple-line-icon"type="@react-native-vector-icons/simple-line-icons"

Files Modified:

  • [example/src/views/inputs.tsx] - Updated icon types for Input components
  • [example/src/views/login/screen2.tsx]- Updated FormInput icon type
  • [example/src/views/login/screen3.tsx]- Updated password field icon types
  • [example/src/views/settings.tsx] - Updated Control Center icon type
  • [example/src/views/social_icons.tsx] - Updated material-community to material-design

These changes only affect the example app and do not modify the library itself.

@theianmay theianmay self-assigned this Nov 15, 2025
@theianmay theianmay added the Example App Issues related to example app label Nov 15, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.29%. Comparing base (7e5712e) to head (6268212).
⚠️ Report is 7 commits behind head on next.

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #3999   +/-   ##
=======================================
  Coverage   79.29%   79.29%           
=======================================
  Files          90       90           
  Lines        2144     2144           
  Branches      958      924   -34     
=======================================
  Hits         1700     1700           
  Misses        442      442           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@theianmay theianmay merged commit 5a08a2a into react-native-elements:next Nov 15, 2025
9 checks passed
@theianmay theianmay deleted the fix/example-app-icons branch November 15, 2025 07:26
github-actions bot pushed a commit that referenced this pull request Nov 15, 2025
github-actions bot pushed a commit that referenced this pull request Nov 15, 2025
@github-project-automation github-project-automation bot moved this to In Progress 🚧 in Community Roadmap 🛣 Nov 16, 2025
@github-project-automation github-project-automation bot moved this from In Progress 🚧 to Closed or Merged 🏁 in Community Roadmap 🛣 Nov 16, 2025
@theianmay theianmay added this to the v5.0.0 milestone Nov 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Example App Issues related to example app

Projects

Status: Closed or Merged 🏁

Development

Successfully merging this pull request may close these issues.

1 participant