You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried @react-native-vector-icons/ionicons and it's working fine.
When I try to add @react-native-vector-icons/lucide I face pod install error when I try to run the application.
Relevant log output
$ expo run:ios --device
⚠️ Something went wrong running `pod install`in the `ios` directory.
Command `pod install` failed.
└─ Cause: The `react-native-vector-icons-lucide` pod failed to validate due to 1 error:
- WARN | github_sources: Github repositories should end in`.git`.
- ERROR | File Patterns: The react-native-vector-icons-lucide (0.474.0-alpha.0) spec is empty (no source files, resources, resource_bundles, preserve paths, vendored_libraries, vendored_frameworks, dependencies, nor subspecs).
pod install --repo-update --ansi exited with non-zero code: 1
I also faced the same problem , its happend with the new react native cli 0.78 as well, you can always download svgs from their website until its fixed
Which package are you using?
@react-native-vector-icons/*
What platform(s) does this occur on?
iOS
What happened?
I tried
@react-native-vector-icons/ionicons
and it's working fine.When I try to add
@react-native-vector-icons/lucide
I facepod install
error when I try to run the application.Relevant log output
Minimal reproducible example
In app.config.json / js, add the following:
Your computer environment
The text was updated successfully, but these errors were encountered: