Skip to content

add a fyi about migrating from @expo/vector-icons #210

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vonovak
Copy link
Contributor

@vonovak vonovak commented Jul 8, 2025

this is one of the steps that we're taking to move people off of @expo/vector-icons

we could have a codemod for this, because some changes are not just about imports actually:

// Old
<FontAwesome5 name="house" solid />

// New
<FontAwesome5 name="house" iconType="solid" />

related: expo/vector-icons#335

@vonovak vonovak requested a review from alanjhughes July 9, 2025 15:55
@vonovak vonovak force-pushed the docs/migrating-from-expo-vector-icons branch 2 times, most recently from e5e6a47 to 9edcc5d Compare July 11, 2025 13:58
@vonovak vonovak force-pushed the docs/migrating-from-expo-vector-icons branch from 9edcc5d to 823adc6 Compare July 16, 2025 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant