Unable to resolve "react-native-vector-icons/FontAwesome" using @expo/vector-icons ^10.0.0
See original GitHub issueWe have upgraded our expo project to expo SDK 34, which includes an upgrade of @expo/vector-icons from ^9.0.0 to ^10.0.0.
@expo/vector icons has since removed the dependency they had on react-native-vector-icons and as a result react-native-elements produces the following error:
Unable to resolve "react-native-vector-icons/FontAwesome" from "node_modules\react-native-elements\src\social\SocialIcon.js"

Would the suggestion be to now install react-native-vector-icons as a standalone dependency?
This is also no longer correct as a result of the above:

Thanks
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Native-React + Expo: Unable to resolve "@expo/vector-icons ...
It's not necessary to load the Icon library like that to be able to use Ionicons in expo, just install the package and...
Read more >@expo/vector-icons - npm
Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map.
Read more >Icons - Expo Documentation
You can create an Icon Button using the Font.Button syntax where the Font is the icon set that you import from @expo/vector-icons ....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This is a common problem we have with expo users. Adding react-native-vector-icons should fix this.
Did not work… 😦 https://github.com/react-native-elements/react-native-elements/issues/2127